Luis Gil Gutiérrez de la Barreda

Results 4 comments of Luis Gil Gutiérrez de la Barreda

`domino` using `with` statements also results in build errors in Next JS 14.0.2 (also in 14.0.3): https://codesandbox.io/p/devbox/next-14-0-2-domino-build-error-bug-dylymw `domino` is used as a dependency of `turndown`, which is itself a dependency...

Sandbox to reproduce the error when using Next JS 14.0.2 or 14.0.3 (for 14.0.1 or older it seems to build successfully): https://codesandbox.io/p/devbox/next-14-0-2-domino-build-error-bug-dylymw (I encourage downloading the app and running locally,...

Not sure if related; but in the app I'm trying to migrate to the App Router, where I'm combining Material UI (which also uses `emotion`) and Tailwind styles, `prepend: true`...

@mui/material introduced a new component for integration with Next JS at v5.15. Apart from a nice cut in size in my setup at _app/root layout files, I got that issue...