You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, ConntectUIRouter requires plugins to be passed as a prop. This limits the ability to apply plugins exclusively by setting them on the router instance.
Currently, ConntectUIRouter requires
plugins
to be passed as a prop. This limits the ability to apply plugins exclusively by setting them on the router instance.For example
instead of passing the
pushStateLocationPlugin
in viaplugins
prop here.Pr #14 defaults the
plugins
prop to an empty array which allows users to set these manually when creating the router instance.The text was updated successfully, but these errors were encountered: