melfore / mosaic

@melfore/mosaic is a free, open source, TypeScript ReactJS library that wraps @mui/* components offering a lightweight and simplified usage of Material UI.
https://melfore.github.io/mosaic/
MIT License
9 stars 1 forks source link

[Docs] Migration to Storybook v8.3.x blocked #431

Closed melfore-devops closed 1 month ago

melfore-devops commented 1 month ago

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

luciob commented 1 month ago

Closed by #433