Wouter
Wouter
Same here....
Than I've a different issue. When using the horizontal menu in responsive mode (Currently Chrome and mobile browers only) It crashes `react-dom.development.js?ac89:27292 Uncaught Error: Maximum update depth exceeded. This can...
@MeltingMosaic Yes sorry you are absolutely right. while I was minimizing the code for an easy example I missed out on the actual issue I faced. I've a class that...
Because this issue comes from an existing code-base I was able to do some more analysis. I found that if I downgrade to v4.3.0 it works again. Looking at the...
Sorry for the late reply but I tested your examples with jest in on a local project and there it worked with 4.3.0. Did you checked your package-lock to confirm...
@renovate-bot rebase
@dependabot rebase
@mendrixsebas Thanks! Looks like the tests depend on the old implicit behavior, so we might run into the same on our side. Luckily it’ll fail at build time, not runtime....