Nathaniel Tucker

Results 94 comments of Nathaniel Tucker

I vote publish. Let other libraries fix their issues

Regarding `[React Refresh] Failed to get exports for module: undefined.` - this is fundamentally limited to react-refresh injecting itself into virtual modules like the following: ```js { layer: null, request:...

This isn't blocking me from installing (I used the `--legacy-peer-deps` as suggested) but I'm worried about others and the friction it creates. PS) Updated report with the output of command....I...

Trying package.json entry from latest to actual version and get same thing: ```bash npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! dev react@"^17.0.2" from the root project npm ERR!...

I believe they expect explicit versions listed with || now. "NPM modules must name specific versions of their peerDependencies" More here: https://blog.npmjs.org/post/626173315965468672/npm-v7-series-beta-release-and-semver-major

> > > Hi @ntucker! > > Could you please provide a repo? I've tried to reproduce the error but everything seems ok: > > ``` > ➜ linaria-743 cat...

1) Not everyone is using Now, nor does this make sense for everyone. 2) Even when using a CI system, local development will always be faster and thus allow quicker...

Thanks for the input @gregor-mueller ! What do you expect/want for the return value to be? The resolution of the promise, or the processed data from the cache?

@gregor-mueller In case you just want the state, you can use https://resthooks.io/docs/api/Controller#getState The rest of the functionality will be soon added