ThomDevine
ThomDevine
I'm facing a similar issue. Most of our components should be rendered inside of a specific set of parents (think [Bootstrap Grid](https://getbootstrap.com/docs/4.0/layout/grid/)) and I want to enable our testers to...
@shilman sure, I didn't explain that clearly. It's essentially the same case, I'm just trying to pull in stories for the _outer_ component instead of the _inner_ one. Same error...
I have confirmed that by loading my app the old way, with render(app, mountPoint) from the "react-dom" package to get React 17 behavior, this bug goes away. This is not...
@alexdonets No, we are still stuck on React 17 because of this issue. I poked around in the library code to try and figure it out, which is how I...