Thomas Esseul

Results 6 comments of Thomas Esseul

Hi thanks for this thread, it's very helpful :) Any new workaround found ? We're experiencing big issues on our side as well, especially on production builds (Slate 0.47)

@zarv1k It does help yes ! I was just wondering if there were any new informations on this. I think I will go for this solution then, thanks :)

My team published a hotfix with the WebkitUserModify solution, it seems to work fine ! But we have some users (Mac + Chrome 105+ users only) who experience problems when...

I confirm this is still an issue, using : "typescript": "^4.9.3" "@parcel/transformer-typescript-types": "^2.10.3", (I tried to upgrade to TS 5.3 but it did not seem to fix the problem) It...

Same problem here while upgrading from 2.0 to 3.0.1 on a Create React App project (webpack). It seems to be a problem with a certain version of axios that does...

If anyone needs it, here's my workaround with the `` component : Instead of doing ```tsx const mySubmit = (values: MyFields) => { ... } return ( { props =>...