@melfore/mosaic is a free, open source, TypeScript ReactJS library that wraps @mui/* components offering a lightweight and simplified usage of Material UI.
Stories using decorators to alter the component inner state are now breaking in play mode.
Error thrown:
Storybook preview hooks can only be called inside decorators and story functions
Components affected InputText / InputNumber / Select.
Temp resolution is downgrade to 8.2.9
This blocks install of 8.3.x versions.
Stories using decorators to alter the component inner state are now breaking in play mode. Error thrown:
Storybook preview hooks can only be called inside decorators and story functions
Components affected InputText / InputNumber / Select. Temp resolution is downgrade to 8.2.9 This blocks install of 8.3.x versions.
https://github.com/storybookjs/storybook/issues/28758