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
Let's say that if I want the href prop for several links I'll have to generate those in the container using e.g.FlowRouter. Ok got it, altought it can become very cumbersome in many cases.
But if I used React-Router, because it is an npm package, I won't have this issue. Correct?
This issue is mainly related to using meteor packages in ui-components.
I have started using Storybook and I have some issues with the Meteor packages.
Yes, I use some Meteor packages inside components, such as:
-std:accounts-ui.
-kadira:flowrouter-ssr --> to obtain urls, etc.
Any idea how to solve this issues with modules not being found?
The text was updated successfully, but these errors were encountered: