React-big-calendar: Component life cycle update

Created on 13 Nov 2019  路  3Comments  路  Source: jquense/react-big-calendar

Hi guys, I want to know if you are currently working on the life cycle update of the component.

I am using the most recent version of the calendar component "0.23.0" and my version of react is "16.11.0". and the following warning appears in several internal components of it.

image

This does not affect the expected operation, but I want to solve the issue of warnings in my project

Can you help me, please.

Thanks guys

Most helpful comment

Hello I have the same problem
I always see that warning...

I want to know to solve that

All 3 comments

Hello I have the same problem
I always see that warning...

I want to know to solve that

@jeonghoheo This would require updating the lifecycle hook names to be updated with UNSAFE_ prefix. To get rid of the warning. This should be a pretty simple change.

The better solution would be to transition to the newest lifecycle hooks or abandon Class based components and transition to hooks API. That would be a much bigger undertaking though.

Looks like this is solved in https://github.com/intljusticemission/react-big-calendar/pull/1515.

@jquense does that look good to merge/publish?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kweisamx picture kweisamx  路  4Comments

npalansky picture npalansky  路  3Comments

kromit picture kromit  路  4Comments

dogC76 picture dogC76  路  4Comments

martinnov92 picture martinnov92  路  3Comments