-
Notifications
You must be signed in to change notification settings - Fork 386
Start testing React 16 #215
Comments
I'm currently in the process to write tests for all our recipes. We'll merge those PR afterwards (only concerns react-native example). And yes, we should tried the beta on all the rest of the code. |
Some news about the beta: I upgraded and played with the e-commerce demo. Except one warning (defaultProps non static on List) it seems to work fine. The storybook is completely broken though. |
Step to get there:
|
As mentioned, defaultProps not being static on List is still throwing this warning:
I see one of the branches in progress has this fixed, however. |
@boaticus I'm in the middle of cleaning and upgrading everything :) |
It's out! facebook/react#10294
There will be soon a way to activate async rendering too (No idea what that means).
The sooner we try it the better usually for this kind of dependency.
Last time for React 15 we did not do it while we discovered breaking changes in React 15 (once released). See algolia/react-element-to-jsx-string#56 (comment)
The text was updated successfully, but these errors were encountered: