mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:01:06 +08:00
fix: remove updateGlobals warning
This commit is contained in:
parent
2626146dbe
commit
0b4cc5d386
@ -37,8 +37,6 @@ export const init: ModuleFn = ({ store, fullAPI }) => {
|
|||||||
const currentGlobals = store.getState()?.globals;
|
const currentGlobals = store.getState()?.globals;
|
||||||
if (!deepEqual(globals, currentGlobals)) {
|
if (!deepEqual(globals, currentGlobals)) {
|
||||||
store.setState({ globals });
|
store.setState({ globals });
|
||||||
} else {
|
|
||||||
logger.info('Tried to update globals but the old and new values are equal.');
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user