Kai Dorschner
Kai Dorschner
My current problem is that the `renderHook` from `@testing-library/react` is not supporting the `waitForNextUpdate` method I require. Is there any help on that?
What makes it worse is that there are multiple open PRs trying to fix that since January 2020. https://github.com/reactstrap/reactstrap/pulls?q=is%3Apr+is%3Aopen+transition
I feel you! Old problem. When looking into the reactstrap code, I found this line: https://github.com/reactstrap/reactstrap/blob/61f2453f3c2e94136da54c1f11c0ea240fb87b79/src/Dropdown.js#L138-L143 Look at the extra condition blocking all ASCII codes between 48-90, essentially blocking all...
> A workaround would be > > ``` > { > "extends": "@parcel/config-default", > "transformers": { > "*.svg": ["@parcel/transformer-svg-react"] > } > } > ``` > > (as long as...
Got the same Issue on Windows 10, node v17.8.0, npm 8.5.5, parcel 2.4.0 & 2.4.1. I also use `--detailed-report --reporter @parcel/reporter-bundle-analyzer` Hint: The build itself works fine, just the error...
The project is entirely clean though. No old cache files. The development mode works fine. It's just the build that throws an error. I'll try to reproduce it with a...
> @kai-dorschner-twinsity Did you try the reproduction project that I attached as .zip in the original issue body? It might be enough. I tried it now, breaks as expected.
In my project I use Parcel `2.4.1` where the above error appears.
Same issue for me. The bigger the code-base gets the worse this problem becomes. `Win 11, Git 2.38.1.windows.1, node v18.11.0, npm 8.19.2, parcel 2.7.0` I'm using workspaces defined as follows:...