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
yield
an anonymous function in a computation
For(each = [| "1"; "2" |]) { yield fun item index -> // ...}
- Forgetting to turn off typedArrays
Last updated: 7/9/25, 7:54 PM