Michael Link

Results 6 comments of Michael Link

> The solution for me was to upgrade React from 16.13.1 to 16.14.0, so the [new JSX transform](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html#whats-a-jsx-transform) package is available for React DnD (as explained [here](https://github.com/react-dnd/react-dnd/issues/3137#issuecomment-860035418)). As I wrote......

I have already been trying to find a release based on package.json commit history on git... but I was not successful :-( Anyway... for now I only need basic drag...

Hi, i am currently not able to submit a pull request. I changed the code to following, which makes it possible to return a value in the handlerfunction. it still...

Hi, I found the same warning. When can the checkin be expected in a release and will it fix this Issue so that the warning disappears?

I solved my problem by implementing a custom proxy. The custom proxy requires the compiled js and iterates over the keys and sets key = key. Furthermore it returns the...

Oh... it was long long time ago... Basicly I was doing something like this https://github.com/routablehq/jest-scss-transform I wrote a custom transform which returned the scss class keys. For example if you...