Mike Theodorou
Mike Theodorou
Hey everyone, I was able to solve this issue using this config in my `.babelrc` ``` "plugins": [ [ "inline-react-svg", { "svgo": { "plugins": [ { "name": "preset-default", "params": {...
I'm running into a similar issue. When adding the `setupFiles` option and attempting to import the global setup file outside the library at the root level, it fails with ```sh...
Still having problems with this. Has anyone figured out a solution?
Just started down the upgrade path as well and am running into this issue. Our custom render function uses a Supsense boundary, and a lot of our components are lazy...
It's certainly a workaround, but in the meantime, we created a helper function for these sorts of tests. ```typescript export async function renderLazyComponent(callback: () => T): Promise { return await...