Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFilter unrenderable children #15
Conversation
|
I see that the tests have failed, but I'm not sure why (I can't reproduce it locally). There is something confusiong going on:
The issues seem to be some kind of race condition in the tests. |
In the current version only
nullis removed from children, but in order to keep compatibility with React,undefined,trueandfalseshould also be removed.