-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React v16.0 & Popover issue #135
Comments
I also tried upgrading to v16 and the blocker for me is: |
Thanks for reporting. I'll look into fixing this this week. PR's welcome. |
Thanks @jasonkuhrt for taking time to fix this, the issue I encouter may be related to changes introduced in componentDidUpdate calls & lifecycle which are detailed in the Breaking changes of React v16.0 |
actually #129 fixes my issue so I'll wait for the next release |
@knowbody that release has been made so check it out. |
Thank you!
…On Fri, 29 Sep 2017 at 01:34, Jason Rose-Kuhrt ***@***.***> wrote:
@knowbody <https://github.com/knowbody> that release has been made so
check it out.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#135 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADoDp3O_W6J95HE23xNsEfG4xjNAQVvcks5snDr4gaJpZM4PlBm6>
.
|
This is fixing knowbody issue but PlanetIrata one is still occuring to me too since I switched to react v16 |
I started work on transitioning to React 16 last night. It will be a big but good change. For instance no more custom portal implementation to maintain. That said I'm ramping up so not sure how long this is going to take. I'm hoping that a few nights and bus rides will be enough. I'll make a WIP PR soon so I have a place to put comments and progress can be better tracked. |
@jasonkuhrt thanks a lot, I started looking into it this morning too, happy to help on it. Do you want to commit your work so we can put the forces together? Also how happy would you be to remove the mixin and createClass and move to ES6? also would you make that upgrade a breaking change and make a 1.0.0 release or would you want to support previous versions of React as well? Here are some useful resources:
|
This is will be a breaking change going to 0.5. 1.0 will be released minimum once Forto is integrated, using flowtype, ... A checklist will be made for the community to help decide what features go into it (ideally). In regards to backwards compatibility or support (officially), I don't have the bandwidth for that so this will be a line in the sand for users. I think the incentive to upgrade to React 16 is strong enough that most users will probably be ok with this fact. |
@knowbody Just saw your comment changes.
Yes absolutely.
Thanks!
Sounds good to me. I'll try to publish a branch tonight. |
I'll be cutting a release tonight unless an issue is found. Looking alright so far though. |
Hi, I just upgraded my app to React v16.0, everything is working fine but the component do not render anymore, here is the error reported in the console:
Thanks for help
The text was updated successfully, but these errors were encountered: