Try Space
Try Space
**What is the current behavior?** Getting to the next pages as described here works: https://www.seedcode.com/paginating-firestore-queries-with-document-snapshot-cursors-and-react-redux-firebase/ Except when I try it with `endBefore` and provide: `getSnapshotByObject(items[0])`, after navigating 3 pages away...
**Description** The issue is being unable to edit some elements on mobile, in this example it's mainly header elements, but I think the real issue is some different in the...
So when the component renders without any value, the `onAdd` is not triggering, making it impossible to trigger `onAdd` without having an initial array of at least 1 item. I...
### Bug ### What is the current behavior? Currenlty the `initialValue` is being used when the component is updated, and resets the form state. > See this question: https://stackoverflow.com/questions/54635276/react-final-form-set-initialvalues-from-props-form-state-resets-on-props-chang The...
**Feature/undocumented functionality** Not sure how it is meant to be used, but is there an existing way to keep the state of collections intact without removing the previous state? Every...
**Describe the bug** Suddenly my browser started opening tabs in a loop, trying to authenticate with spotify. It kept doing this until I killed explorer.exe. Then when restarting, it kept...
### What version of React Router are you using? 5.3.1 ### Steps to Reproduce ```tsx ... `You have unsaved changes, sure you want to go to leave this page? `...
### Is there an existing issue for this? - [X] I have searched the existing open and closed issues ### Current Behavior Since last update (4.6.1.7456), something in the layout...
Should be a simple feature addition, but I'm not sure how maintained this repo still is. Although I see how some typescript things would mess with the current code, like:...
## Description `getNode` doesn't return the properties set like so: ```ts export const createLinkPlugin = createPluginFactory({ key: ELEMENT_LINK, isElement: true, isInline: true, withOverrides: withLink, options: { allowedSchemes: ['http', 'https', 'mailto',...