I am getting an error in fluxible when attempting to create a store, specifically UserStore:
Error: Cannot find module 'fluxible-app/utils/createStore'
How do I get around this?
The project/code I am working with is the following:
I am getting an error in fluxible when attempting to create a store, specifically UserStore:
Error: Cannot find module 'fluxible-app/utils/createStore'
How do I get around this?
The project/code I am working with is the following:
Copyright © 2021 Jogjafile Inc.
Looks like you have both
fluxible-appandfluxibleinstalled at the same time.fluxible-appis the predecessor tofluxibleand is no longer necessary.You can get get
createStoreviarequire('fluxible/addons/createStore')instead of from fluxible-app.See http://fluxible.io/addons/createStore.html