Pete Gonzalez

Results 698 comments of Pete Gonzalez

@slorber I'd like to add that the error messages can be ***highly confusing*** in this situation. The F12 console error looks like this: ``` docsPreferredVersion.js:formatted:179 Uncaught ReactContextError at useDocsPreferredVersionContext (docsPreferredVersion.js:formatted:179:15)...

> Sorry if I'm just missing something here 😅 What I meant is that typically the default value is already visible in the function signature (`chance = 0.5` in your...

👍👍 I have confirmed that this eliminates the compile error that I reported in https://github.com/immerjs/immer/issues/718 Thank you very much for the quick fix!

@Bnaya I have confirmed that the codesandbox release eliminates the compile error. Thank you very much for fixing it so quickly!

> I'd recommend to set `skipLibCheck` in your `tsconfig` if you're using a less common config, to avoid issues with Immer and potentially many other libs. There is no reason...

My longstanding objection to these query expressions is that it would over-complicate the CLI, for example making the meaning dependent on the order in which CLI parameters appear. (I find...

This is a bug. I have seen it before. Having a repro is very helpful, thanks! The `rush update` command performs a minimal update of your **pnpm-lockfile.yaml** to satisfy new...

I think we should at the very least improve the docs. If we can't fix the bug easily, we could change the error message to give more useful advice than...

@iclanton we are hearing about this issue a lot lately. I think we should bump the priority for investigating it. If there isn't an easy fix, maybe we could at...

@jeremymeng are you using `useWorkspaces=true`?