-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
It seems there is some difference between React and Preact when using rc-animate. It seems similar to #155 but still appears in the latest version.
I have been using https://github.com/react-component/collapse without issues (following the simple example in the readme) with React, but when switching over to Preact I get the following error thrown
The key is not explicitly set here it seems: https://github.com/react-component/collapse/blob/master/src/Panel.jsx#L63 but I am guessing for single elements React sets the key automatically?

