Harrison Evans
Harrison Evans
I constantly get this error too :( I am not even using next.js - just `@nrwl/react`. 
Thank you so much for working on this, it will be a game-changer for my project!
This is still annoying as hell, and after updating to chakra 2.x, the above workarounds no longer work.
After 2.x, the globally added HTML changes significantly: And my attempts to interrogate the DOM in a setup preset (as before), just return empty collections...
This would be a great feature.
Thanks for investigating this @arodr967 - without your post I would've given up on this component. The behaviour of the stepper icons are still completely broken/identical to what you posted...
Also getting this with `.wheel()` enabled: ``` EventSystem.mjs:252 Uncaught TypeError: Cannot read properties of null (reading 'parentElement') at _EventSystem.mapPositionToPoint (EventSystem.mjs:252:1) at $.getPointerPosition (pixi_viewport.js:1188:1) at $.handleWheel (pixi_viewport.js:1193:1) at HTMLCanvasElement.wheelFunction (pixi_viewport.js:1138:97) ```...
Hmm there are a few possibilities, likely an issue with my tool more than anything, could you send me a pastebin with your spec in it or something?
Getting this error 20-30% of the time on my builds in both github action runners and heroku builders, ~~can you explain which module's `package.json` you patched @Daniel-Griffiths ? I can't...
Well crap, IDK if I am doing something wrong but I used this package: https://www.npmjs.com/package/patch-package to allow me to patch a dependency using yarn 1.x.x and it seems like the...