Daniel Schmidt
Daniel Schmidt
Just an idea for solving this. Needs to be fleshed out more, and it will of course require script execution. Could be inlined in HTML, or loaded as a small...
@pavelloz well nothing i guess. Just one way of how you could include the compiled asset path, into another file before compiling it. You would want to use the output...
You just can't win. Would it have a delay if added in the `` as inline script? Would be executed before the parser reaches the script blocks at the end...
@HofmannZ not really. It should still work, but I haven't had the need to use it myself - I'd recommend using a maintained animation library like Framer Motion instead, which...
Looks like the latest release is broken. It has just published the entire project, but the package.json is pointing to the incorrect files. https://unpkg.com/browse/[email protected]/ Should look like this: https://unpkg.com/browse/[email protected]/
Can you share the component you try it in?
You say you're calling the `useInView()`, but the error lists `componentWillUpdate` and `componentDidUpdate`, which comes from a `React.Component` - Are you rendering the `useInView` hook inside a function or a...
Running into the same issue - Have implemented https://react-spectrum.adobe.com/react-aria/examples/framer-modal-sheet.html and was afraid it was related to `transform` from Framer Motion. But after removing all styling on the modal/dialog it still...
Thanks for the solution @devongovett - Much appreciated. It also seemed like a weird oversight given all the work you have put into making everything in this library work in...
Could you merge the latest `main` branch to fix the test action? #698