This is a dummy project to help with debugging a compatibility issue between [email protected] and treebeard@^3.2.x:
It is a default project created via @storybook/cli sb init, with all storybook versions locked to 4.1.16.
@storybook/ui@^4.0.0depended onreact-treebeard@^3.1.0— as soon asreact-treebeardreleased version3.2.0, storybook v4 started to break when using it.@storybook/[email protected]solved the problem by explicitly pinningreact-treebeardto version3.1.0.@storybook/ui@^5.0.0no longer depends onreact-treebeard, so this only affects the v4 branch (which is still heavily used).