Sebastian "Sebbie" Silbermann

Results 792 comments of Sebastian "Sebbie" Silbermann

Thank you for reporting. This is a pretty obscure bug. It requires `dangerouslySetInnerHTML` **and** a re-render during the focus event when clicking. Not using `dangerouslySetInnerHTML` or not re-rendering will work...

> if you hover over an option, and then move your cursor outside of the option menu, the last option you were hovering over remains highlighted That sounds like a...

> @eps1lon On macOS, the hover & keyboard focus shares the same state, it's even true for a native ``. Sure, but what I meant was not the visual states...

* **#71486** 👈 * `canary` This stack of pull requests is managed by Graphite. Learn more about stacking. Join @eps1lon and the rest of your teammates on Graphite

The alternative of quickly flashing the Suspense boundary fallback isn't better from our experience. In real apps, that would usually mean unmounting a large chunk of the screen for a...

Thank you. Can you resolve the merge conflicts? Maybe this was already fixed in another PR.

Now that we have a smarter check, do we even need to prompt? If the codemod was applied, you must install `@vercel/functions`.

> Yeah I'll add prompt for geo-ip codemod that it requires @vercel/functions. If yes, will just install if changed. What prompt do you want to add? Or do you mean...

> Users can benefit the autocomplete and type-safe environment variable experience. What does "type-safe" mean here? When would type-checking now fail when it passed previously? > It generates from the...

> type-safe -> *type-checking It's not clear to me what's type checked now, that wasn't before. > The main benefit of this feature is autocompletion of the loaded envs during...