willybrauner
released this
13 Oct 22:32
·
4 commits
to main
since this release
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
wasundefined
, and lastroute.props
of the same route was registered inroute._props
object. To avoid this behavior, we set an empty object onprops.route
if no props exist on the initial route object.