Closed AlexanderOtavka closed 7 years ago
Is this ready to be merged?
Sorry for the delay - I wanted to quickly run the stories myself, and it's been a hectic week.
Thank you for your contribution :) I'm sure Preact/Inferno users will be delighted that it's compatible.
Published in 2.9.4
. I've also sent an invitation to add you as a collaborator on Flip Move :)
The idea is that for those like you who have made high-quality contributions, you should have more control over this project. Feel free to review PRs submitted by others, close solved issues, merge stuff that has at least 1 other approval, etc.
Of course it's up to you if you want to do any of this, but the option is there if it interests you!
Awesome, thanks! I'll do what I can.
Per the react spec,
props.children
should be treated as an opaque object, not an array. TheReact.Children
api should be used to handle this object.The current implementation was working fine with regular react, but these changes are necessary for compatibility with substitutes like preact.