Zack Sunderland
Zack Sunderland
Currently, it's easy for new contributors to accidentally miss the `eslint` configuration and incorrectly format their code examples when first creating a pull request. Adding git hooks gives contributors immediate...
**Problem** Need the ability to specify if `sessionStorage` or `localStorage` should be used. **Solution** Add `boolean` prop `useSessionStorage` which is then used to determine the storage type to use. **Additional**...
**Is your feature request related to a problem? Please describe.** I'm using `react-dnd-preview` along with `react-dnd-multi-backend` to accomplish dnd across all devices. This works great on mobile, but on desktop...
What defines data as `stale`? The whole "Revalidate on Mount" section is confusing and not very well worded.
I'm getting the following error when I try to use the dev mode version of the tracking plan ``` Error: strict mode: unknown keyword: "isNewProperty" at checkStrictMode (util.js:174:15) at checkUnknownRules...