capi1O
capi1O
`@babel/runtime` should be added as a dependency or peerDependency. Cannot use this module without it.
First thank your work, I use it as a React wrapper as described in the doc and it worked right out of the box, simply brilliant... I have one small...
```Uncaught (in promise) TypeError: Cannot convert a Symbol value to a string at cloneElement (Typist.js:1831) at cloneElementWithSpecifiedTextAtIndex (Typist.js:1856) at Object.cloneElementWithSpecifiedText (Typist.js:1876) at Typist.render (Typist.js:402) at finishClassComponent (react-dom.development.js:15119) at updateClassComponent (react-dom.development.js:15074)...
I can get to control `` when placed inside a ``, I also try to pass playState prop on reveal itself since > The Reveal component is basically an Intersection...
I have defined my timeline as such: ```jsx const Component = () => { const [playState, setPlayState] = useState(PlayState.pause); return ( ); ``` where `` is a component using react-gsap...
This would be great if menu would open next to cursor position when the keyboard shortcut is pressed, such as with other clipboard managers like [ClipIt](https://github.com/CristianHenzel/ClipIt).
**Describe the bug** Steps are layed out evenly, regardless of `position` prop value (position = width / number of steps). **To Reproduce** render steps by mapping over an array, ex...
Any way to customize the tabs ? I would like to add tabs for every collection used in my app. I know data can be seen in overview but I...
I have an error with two custom IMAP accounts (mail.com and OVH), some emails cannot be marked as read. I have seen another issue related to mark as read problems...
When a file is uploaded on react-admin, it is uploaded on Firebase Storage and the corresponding URL is added on the document on Firestore or Firebase RTDB. When the file...