Sebastian "Sebbie" Silbermann
Sebastian "Sebbie" Silbermann
This looks like it's also using `react-native`? Does it repro with `react-dom` instead of `react-native`? I'd inline all the relevant code of `swr` first. Otherwise it isn't clear for use...
Tripped over this as well for skip-links. Seems like we can leverage the `path` store instead of client-side patching: ```svelte import { stores } from '@sapper/app'; const { page }...
Don't we have other experimental APIs in the `main` branch as well? I thought the 19 branch was only for stuff that's hard to flag in the docs?
We need to get https://github.com/facebook/react/pull/30736 working first.
Not sure what happened between https://github.com/facebook/react/pull/21652 and now. @acdlite said it already redirects but maybe this broken in between?
Composition gives us all the tools to fix this issue and actually make `useMediaQuery` a good candiate for usage outside of Material-UI: ```ts // existing implementation without any knowledge of...
@pacocoursey Can you re-approve the workflow? Or, alternatively, only require approval for workflows from people who are new to Github not just new contributors.
@pacocoursey Can this be released or are we waiting on other work before the next release?
This is intended. We render again on error to hope we may recover from the error. That's why state setters must be pure so that we can call them at...
Thank you