Jeremy D Richardson
Jeremy D Richardson
Unfortunately updating to `@chromatic-com/storybook` 1.5.0 didn't make a difference. I don't know if this is helpful, but comparing the log from the failed build through Chromatic vs the successful build...
Similar to @nvioli now I'm getting a little better error now. I'm using Vite so it's Rollup that's reporting the error, but seems like it's not being able to read...
Ok, I think I have a workaround! Now that we have a more detailed error message it looks like others were having that issue and solved it. Take a look...
Do you also need to modify line 40 to something like: ```typescript const containerPosition = getClientRect(boundingElement?.current === null ? undefined : boundingElement?.current); ``` Might be a more elegant way to...
I can give you a little more context on my setup as I'm getting the same error. * monorepo - we have a single storybook instances that is showing stories...