Gibby Steier

Results 5 comments of Gibby Steier

Optionally, you can also patch package.json to include the dist folder in the module field like so ```diff - "module": "react-async-hook.esm.js", + "module": "dist/react-async-hook.esm.js", ```

I updated all of our tamagui components to 1.101.0 in our project and we're getting > Error running command: Cannot read properties of undefined (reading 'length') when running `npx @tamagui/cli...

> Make sure you updated all your dependencies to 1.101.0, it was my mistake, I had missed one... They are all at 1.101.0 I'll go make a repro when I...

This is a bit late as I was building a template to use for other repros. This is a repro of this issue in our stack. https://github.com/GibbyBox/repro-tamagui-css-missing-on-build/tree/main The tamagui version...

I currently just patch the modules package json to denote where to find the package and it works fine. This was fixed in later versions of react-async-hook Run the following...