Common Issues
The most frequent issues that I run into are:
- Forgetting to use a namespace that starts with Partas.Solid
- The original motivation for this was to prevent over zealous transformations
- Forgetting to
yieldan anonymous function in a computation
For(each = [| "1"; "2" |]) { yield fun item index -> // ...}- Forgetting to turn off typedArrays
Last updated: 7/11/25, 1:35 AM