Wojciech Maj

Results 257 comments of Wojciech Maj

Regarding issue 1 - please provide an error stack, and ensure it's not minified. In general - ensure you're running Next.js 14.1.1 or newer. Otherwise, refer to documentation on how...

TypeScript helps you even if you're not writing TypeScript. There are a couple things it helps you out with: ## Built-in declaration ### Type safety when using browser APIs No...

@diegomura I'd love to know what you think about this!

I'm glad! Rebased. Working for me. I don't understand 100% of your workflow though, so I would really appreciate if you could play around with it and see if everything...

> lots of changes going on recently I wonder who can be at fault 🤣 Done. Just to be sure though, @diegomura did you find some time it works alright...

Regarding publishing process - my biggest worry was about how version descriptors are managed during publish. Now Yarn handles automatically what Changesets used to do - so we use `workspace:^`...

This has to do with module resolution in yoga-layout. In `src/entrypoint/asmjs-async-web.js`, they do: `var _YGEnums = require("../generated/YGEnums");`. Now the interesting bit is that both `src/generated/YGEnums.js` AND `src/generated/YGEnums.ts` exist. Whatever tool...

Hello, any... REPRODUCIBLE EXAMPLES? 🙏😁 Can't get it breaking on my setup!

@vivekdhiman007 Node.js is not officially supported, we can't support it even if we wanted to, as there are dependencies that already don't officially support Node.js 14 (yoga-layout is an ESM...

@shesha4kr This is an error from the bundled, minified version of your code. We can't tell what's crashing. You'll have to either reproduce the error on non-minified version of your...