NickEmpetvee
NickEmpetvee
@renchap Do you mean that snippet can be added to package.json?
@ttessarolo thanks. This solution also describes it and I found it just before seeing your message: https://github.com/react-dnd/react-dnd/issues/3428. See the solution from [maolaila](https://github.com/maolaila). You have to do a Chrome translation to...
@maolaila This works for me. How can this be incorporated into the main codebase?
Found this issue on the GopherJS project: https://github.com/gopherjs/gopherjs/issues/776. There's a comment about using a `goos` build argument. Not sure how that translates when we're using ReactGen...
@opio007 @WenLonG12345 Did either of you determine a solution for changing placeholder color in dark mode? If so could you please share?
@balovbohdan Have you gotten any response from the authors? I haven't seen any.
@rana-bazil are you seeing something like the below? ``` ERROR in ./node_modules/react-dnd/dist/core/DndProvider.js 28:0-48 Module not found: Error: Can't resolve 'react/jsx-runtime' in '/Users/xyz/Desktop/xxxxxxxxx/node_modules/react-dnd/dist/core' Did you mean 'jsx-runtime.js'? ``` If so, in...
@linusx how did you resolve?