Skip to content

0.0.2

Latest
Compare
Choose a tag to compare
@hanielu hanielu released this 26 Jul 22:45
· 8 commits to main since this release
  • add useRoutes to exports
  • make activeRef in useNavigate a $state variable, set to true when $effect is run (as opposed to $effect.pre previously).
    This change makes it so that navigate returned from useNavigate only actually navigates after the component in which it's called has mounted.