Aral Roca Gomez
Aral Roca Gomez
Which Deno version do you have? This was implemented with `deno 1.0.0-rc1`. Probably needs an update! π Thanks to report it
This demo is old (2 years ago), feel free to update it
@AnshuTrivedi of course! Thank you a lot for the interest π The idea is that in the actions of **creating a box** or **resize a box** appears a cross on...
I have the same issue with Python 3.10
It would be nice if you could share a repo reproducing the error so that we can analyze it and correct it if it is something in our library. Thank...
@peyronoscar feel free to PR to fix this! Thanks to report it!
Is not implemented. To support it, it would have to be implemented. Feel free to PR.
@ryami333 just out of curiosity, why do you delete `src/pages`? the next-translate webpack loader (which runs in the build) looks inside `src/pages` to see if `_app.js` exists. `/node_modules/next-translate/lib/cjs/plugin/index.js` is only...
How is your _app.js file?
Using a HOC (`wrapper.withRedux(MyApp)`) in `_app.js` is using `getInitialProps` by default in `_app.js`. To avoid it, you can use this: https://github.com/vinissimus/next-translate/issues/801#issuecomment-1059800473