Norbert de Langen
Norbert de Langen
I think right now.. the dependency on react can't be removed... I think?
@ghengeveld would it be possible to transfer this to the apps team's backlog?
Are we moving this forward? I think this is an improvement.
That feels like a bit of a different issue? This issue is about code-snippets getting incorrect indentation. What you're describing is the rendering of html not respecting line-breaks. Which is...
I don't really see a reason to think it would fix #12771 but I'm also not ruling it out.
Composition -right now- doesn't support taking manage-addons from the composed storybook into the parent storybook. We're looking into making addons more stand-alone and thus be possible to be loaded without...
Just reporting my findings for now: - The pretty log doesn't appear to work, I'm not seeing any "manager received" messages at all - the preview doesn't seem to emit...
OK found this: ```js if (stories) { const storiesFilename = path.resolve(path.join(configDir, `generated-stories-entry.js`)); virtualModuleMapping[storiesFilename] = interpolate(storyTemplate, { frameworkImportPath }) // Make sure we also replace quotes for this one .replace("'{{stories}}'", stories.map(toRequireContextString).join(','));...
opening PR...
The PR solves the 'loading' indefinitely bug. But after we should add some way to configure storybook to not display the "you're storybook is empty" message.