nhn / tui.calendar

🍞📅A JavaScript calendar that has everything you need.
http://ui.toast.com/tui-calendar
MIT License
11.87k stars 1.28k forks source link

TUI Calendar and React conflicts on updating DOM #465

Open psdwizard opened 4 years ago

psdwizard commented 4 years ago

Version

@toast-ui/react-calendar v1.0.4

Development Environment

React JS

Current Behavior

Having issues on events like creating, updating and deleting schedule

  1. Warning: unstable_flushDiscreteUpdates: Cannot flush updates when React is already rendering.
  2. Uncaught TypeError: Cannot read property 'hide' of null at ScheduleCreationPopup.hide image

Expected Behavior

Just need tui-calendar which is react friendly which I can

  1. Customize fields
  2. Scalable
  3. Repo: https://github.com/psdwizard/react-tui-calendar

Thank you!

paulincai commented 4 years ago

Just got the same issue.

psdwizard commented 4 years ago

-- Please reply above this line --

Hi Nhn/tui.calendar,

Thanks for the email!

We’re working on your request, and we’ll get back to you as soon as possible (Monday-Friday 9am-10pm Philippine time).

Thanks again, Team Fullstack HQ

P.S. We’ve got our best developers on it :)

jungeun-cho commented 4 years ago

@psdwizard I reproduced it. I think it's a life cycle problem. I need to find out exactly.

brandonellis commented 4 years ago

Have we had any progress on this issue?

psdwizard commented 4 years ago

-- Please reply above this line --

Hi Nhn/tui.calendar,

Thanks for the email!

We’re working on your request, and we’ll get back to you as soon as possible (Monday-Friday 9am-10pm Philippine time).

Thanks again, Team Fullstack HQ

P.S. We’ve got our best developers on it :)

jungeun-cho commented 4 years ago

@psdwizard https://codesandbox.io/s/toast-uireact-calendar-82fi9

There seems to be no problem at this time, but please update the version and test again.

psdwizard commented 4 years ago

-- Please reply above this line --

Hi Nhn/tui.calendar,

Thanks for the email!

We’re working on your request, and we’ll get back to you as soon as possible (Monday-Friday 9am-10pm Philippine time).

Thanks again, Team Fullstack HQ

P.S. We’ve got our best developers on it :)

StarStuff15 commented 3 years ago

I have the same issue