Skip to content
Compare
Choose a tag to compare
@willybrauner willybrauner released this 13 Oct 22:32
· 4 commits to main since this release
48911a8

Minor Changes

  • 90935b1: Patch missing route props on _props copy

    reference to #56

    In case the route didn't had a specific props object, _props was undefined, and last route.props of the same route was registered in route._props object. To avoid this behavior, we set an empty object on props.route if no props exist on the initial route object.