jquense / react-big-calendar

gcal/outlook like calendar component
http://jquense.github.io/react-big-calendar/examples/index.html
MIT License
7.81k stars 2.23k forks source link

Popup events are not updated #2486

Open sbmaggarwal opened 9 months ago

sbmaggarwal commented 9 months ago

Check that this is really a bug

Reproduction link

https://codesandbox.io

Bug description

Hi, I have a basic scenario - when I click on '+n more' link, a list of popup appears. When I click on one of the event, an API is called based on which state of events is updated (like background color) but popup is not updated until reopened.

Seems like https://github.com/jquense/react-big-calendar/issues/1145 was closed as stale.

Expected Behavior

The event popup styling should be updated when event props are updated.

Actual Behavior

The event popup styling is not updated when event props are updated.

react-big-calendar version

1.8.6

React version

18.1.0

Platform/Target and Browser Versions

All Browsers

Validations

Would you like to open a PR for this bug?

JannikSt commented 8 months ago

@sbmaggarwal your reproduction link is not working

jaimin-webbrains commented 6 months ago

I am gettting same problem please provide solution