Bruce Bell-Myers

Results 6 comments of Bruce Bell-Myers

This is happening for me too. Seems related to upgrading storybook from 5 to 6 for me

Solution: https://github.com/tuchk4/storybook-readme/issues/221

My workaround is to create this React component which I include in my home page MDX: ```js import { useContext } from 'react'; import { DocsContext } from '@storybook/addon-docs/blocks'; import...

I created a github reproduction of the issue here: https://github.com/bbellmyers/stencil-nested-slots Seems to be related to the tag name matching somehow between hydration and client-side

Open the app by right clicking and choosing "Open". You will get an option to open it anyway that way.

Updating to @stencil/core: 4.27.2 from 4.18.3 - this issue is happening for me locally, not just in github actions. Using `--runInBand` workaround does prevent the error, but it makes the...