Sam Grund

Results 6 issues of Sam Grund

**Describe the bug** A clear and concise description of what the bug is. ``` Error: Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering. ``` this...

hello was wondering if it is possible to allow selection for dates in the past that are auto-disabled tried passing in a custom `disabler` function and that didn't work thanks!

## What problem are you trying to solve? support the [vercel edge runtime ](https://vercel.com/docs/concepts/functions/edge-functions/edge-runtime)for dataloaders without workaround. see discussion here https://github.com/vercel/next.js/issues/44711 (edge does not support `process.nextTick`, which is being checked...

enhancement

**Is your feature request related to a problem? Please describe.** I want to be able to drag from a separate browser window into the drag and drop area https://github.com/react-dropzone/react-dropzone/assets/14083701/2d3f4440-d08a-4f1c-a893-b4a12929f1b9 **Describe...

enhancement

**Is your feature request related to a problem? Please describe.** I want to use this tool in the [react native debugger](https://github.com/jhen0409/react-native-debugger) **Describe the solution you'd like** a tab in the...

hello, thanks for this a great repo! wondering if there's a way to get it working like this one on coinbase https://github.com/JungHsuan/react-native-collapsible-tabview/assets/14083701/579d4203-68e1-4a2b-b5ca-068b206b1daa coinbase actually opensourced their original implementation here, which...