Brian Patrick
Brian Patrick
Since upgrading to Storybook v8 I can only see the current story source, and there is no way to reveal the full story source.
@SreekumarSekharan Please share what your fix was, having the same issue.
I followed the migration guides form lit. It was a pain to get the `accessor` keyword working. Everything works though up until I remove `"experimentalDecorators": true` from tsconfig.json. The strange...
I did originally keep experimental decorators true, and was not using Babel in roll-up at all. It was mainly needed in Storybook/webpack for decorators. I was trying to remove the...
I'm pretty sure the issue is related specifically to the rollup config, since the issue only occurred when using our npm package, and was fine in Storybook. For reference, here...
> @brian-patrick-3 Do you have the actual errors available? Like stack traces? No sorry, I've rolled back so won't be able to get them.
> Oddly enough, when I slow the execution down and debug through each statement in "redefine-custom-elements", no errors are reported in the console. However, my web component is still not...
This article explains it in depth: https://css-tricks.com/come-to-the-light-dark-side/ Basically, set a meta color-scheme tag with value of dark, light or light dark (auto/user preference). Then maybe give them a setting to...