Daniel Wilmer

Results 12 comments of Daniel Wilmer

@philwebb Just curious, are there any news regarding this issue? :)

@philwebb How likely is it that this will be included in a 2.x release? With guidance I can maybe help with a pull request.

Maybe have a look at https://github.com/node-gradle/gradle-node-plugin which is an actively maintained fork of this project. :) More Info: https://github.com/srs/gradle-node-plugin/issues/315

@robertwilkinson-dev Yes, someone already has created a new ticket for this: https://github.com/prc5/react-zoom-pan-pinch/issues/356

Same issue here with `react-query`. In addition I am getting this error, which is maybe related: ``` ○ Compiling / ... ⨯ ../../node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs Attempted import error: 'useLayoutEffect' is not exported...

First I would like to thank you @srs for all you time and effort you put into this project. :) Secondly, I wanted to follow the previous comment, whether the...

Yes. Don't use this project. Use https://github.com/node-gradle/gradle-node-plugin instead, which is actively developed.

I am facing the same issue, even with **v8.5.0-beta.9**: ``` info => Using implicit CSS loaders => Failed to build the preview Error: Cannot find module 'ajv/dist/compile/codegen' ``` Neither the...

@valentinpalkovic In our case the issue was dependency related. We are using [notistack](https://github.com/iamhosseindhv/notistack) which does not define react 19 as a peer dependency. Therefore we had to add the following...