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
Using the example react-component plugin, the registered route /plugin/test-react does not reliably work if the URL is entered or refreshed. I believe this is occurring because the PluginApi.register.route is being called after PluginRoutes is first rendered, and registering the route does not trigger a re-render. An alternative implementation for the register route functionality will need to be devised which will respond to new registrations after the initial render.
The text was updated successfully, but these errors were encountered:
Using the example
react-component
plugin, the registered route/plugin/test-react
does not reliably work if the URL is entered or refreshed. I believe this is occurring because thePluginApi.register.route
is being called afterPluginRoutes
is first rendered, and registering the route does not trigger a re-render. An alternative implementation for the register route functionality will need to be devised which will respond to new registrations after the initial render.The text was updated successfully, but these errors were encountered: