Martin Olsansky
Martin Olsansky
@olov First of all thanks for keeping us up to date I like path 1
Update: for now I used `patch-package` and added `.babelrc` with that one plugin I needed ``` diff --git a/node_modules/@craco/craco/lib/features/jest/create-jest-babel-transform.js b/node_modules/@craco/craco/lib/features/jest/create-jest-babel-transform.js index 5c5a347..0d5c911 100644 --- a/node_modules/@craco/craco/lib/features/jest/create-jest-babel-transform.js +++ b/node_modules/@craco/craco/lib/features/jest/create-jest-babel-transform.js @@ -28,7 +28,7...
can this get merged? i actually wanted to do a PR for testing `autoMergeLevel2`
hey, we've found out the hard way, that https://github.com/rt2zz/redux-persist#state-reconciler also plays a big role
You can try https://github.com/welldone-software/why-did-you-render to debug
Also this #904
Still an issue but fix is "easy" ```tsx (() => { if (mapRef.current) { mapRef.current.dragPan.disable(); } }, []); ``` ```ts const handleDragEnd = React.useCallback< NonNullable >(() => { if (mapRef.current)...
Just ran into this  I'm doing this until its fixed 
@jorisre i guess u werent tagged properly