0.2.0
Minor Changes
- #458
0c0d89f
Thanks @andrewiggins! - Only prepend useSignals call if we can't determine whether a function is a component or hook
- #459
06d4c10
Thanks @andrewiggins! - Wrap custom hooks in try/finally when using react-transform
- #446
09f3ed7
Thanks @andrewiggins! - Use function expression name to determine if it is a Component and should be transformed.