Skip to content

@preact/signals-react-transform@0.2.0

Compare
Choose a tag to compare
@rschristian rschristian released this 08 Jan 01:55
· 50 commits to main since this release
4dbf4fb

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
  • #446 09f3ed7 Thanks @andrewiggins! - Use function expression name to determine if it is a Component and should be transformed.