Anthony Mittaz

Results 71 comments of Anthony Mittaz

cannot get past this error ``` this.getChannel = function () { // this.channel should get overwritten by setChannel. If it wasn't called (e.g. in non-browser environment), throw. if (!_this.channel) {...

to be honest the new esm storybook and Vite builder got super fast now, but I'll look at what I did in January (it's been a while)

you can use sqlx to migrate and setup your db that would be nice :-) look for `sqlx migrate`

`EXPO_USE_METRO_WORKSPACE_ROOT=1` in a `.env` or before the `start` command fixes it, I guess it is required ?

I am also seeing a similar issue on my side with Android the the expo sdk 51 when running eas build locally: The `HEAD` requests all fail with a 406...

> _Hi there! 👋 I'm a bot whose goal is to ensure your contributions meet our guidelines._ > > I've found some issues in your pull request that should be...

happy to close this, it was fixed in this pr instead: https://github.com/expo/expo/pull/31147

you can temporarily fix it by patching this file: `node_modules/@tamagui/portal/dist/cjs/GorhomPortal.native.js` And change this method on line 182: from ```js var next = function(value) { (0, import_react.startTransition)(function() { dispatch(value); }); };...