Martin Olsansky

Results 25 comments of 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

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 ![Screenshot 2020-07-16 at 17 58 14](https://user-images.githubusercontent.com/7975158/87694069-00bea900-c78e-11ea-9e64-1bcf990d9607.png) I'm doing this until its fixed ![Screenshot 2020-07-16 at 18 04 38](https://user-images.githubusercontent.com/7975158/87694759-e0431e80-c78e-11ea-9e7a-78d1bef83c2a.png)

@jorisre i guess u werent tagged properly