-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
1. Start with genesis theme installed
config.js:
plugins: ['@bpanel/genesis-theme'],
node_modules:
bmenace-theme
bpanel-footer
bpanel-header
bpanel-ui
bpanel-utils
bui
chain-sockets
dashboard
genesis-theme
mempool-widget
peers-widget
recent-blocks
simple-wallet
2. Remove genesis theme:
config.js:
plugins: [],
node_modules:
bmenace-theme
bpanel-footer
bpanel-header
bpanel-ui
bpanel-utils
bui
chain-sockets
dashboard
genesis-theme
mempool-widget
peers-widget
recent-blocks
simple-wallet
3. Install bmoon theme by itself:
config.js:
plugins: ['@bpanel/bmoon-theme'],
node_modules:
bmoon-theme
bpanel-ui
bpanel-utils
4. Install publish data now without explicitly adding simple wallet
config.js:
plugins: ['@bpanel/bmoon-theme', '@bpanel/publish-data'],
node_modules:
bmoon-theme
bpanel-ui
bpanel-utils
publish-data
simple-wallet
...however, this produces a broken simple wallet in the interface, and JS errors in browser console:
warning.js?0c47:10 Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers.
5. Install genesis theme again in addition:
config.js:
plugins: ['@bpanel/genesis-theme', '@bpanel/bmoon-theme', '@bpanel/publish-data'],
node_modules:
bmenace-theme
bmoon-theme
bpanel-footer
bpanel-header
bpanel-ui
bpanel-utils
bui
chain-sockets
dashboard
genesis-theme
mempool-widget
peers-widget
publish-data
recent-blocks
simple-wallet
...and now everything is fine again!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
