react-spring-examples
react-spring-examples copied to clipboard
renderprops Transition notification demo issues
I've noticed a few issues with the Transition's notification example for renderprops.
- The source link sends you to a 404 page. I believe the
linkfield forrenderprops/messagesinexamples-renderprops.jsis simply pointing to the wrong location ("notifications" vs "messages") - the example doesn't seem to be working as expected. While clicking on the demo body creates new messages, they do not animate. Locally removing the
nativeprop works, but I don't know the inner workings of this library to know why that is the case, so I don't feel comfortable creating a PR.