Closed GeorchW closed 2 years ago
I've got simillar issue but with resourceTimeGridDay
view. Scrollbars doesn't sync whenever I set allDay
flag dynamically to true
. But everything becomes fine when I add another resource dynamically.
Here are the plugins: [resourceTimeGridPlugin, scrollGridPlugin, momentPlugin, interactionPlugin]
And also, I'm not sure if its related or not: I get error if I set height:auto
. It only happens if there allday
on current selected date
Yes I have the same issue and not able to find any solution yet
Fixed in v5.11.2
Updated repro: https://codesandbox.io/s/dreamy-phoebe-xbfuju?file=/package.json
@timofei-maximov-saritasa, I did not attempt to reproduce your problem. If you could try v5.11.2, and if it doesn't solve your issue, post another ticket (with a repro), that'd be great.
vue2 has a similar problem. We are currently using 4.3.0, can we upgrade it
Description
When rendering a resource timeline inside
React.StrictMode
, the time and the main section are not scrolling synchronously.https://user-images.githubusercontent.com/8687777/171181769-e5be24f1-1f48-4ef4-815d-17f8aab9b285.mp4
React.StrictMode is enabled by default in many project templates, for example in the official default create-react-app template, as well as its typescript and redux siblings. Officially, the docs for StrictMode say that it's purely a development thing that prints more warnings to the console.
Reproduction
Code Sandbox: https://codesandbox.io/s/silly-visvesvaraya-vkiv3r?file=/src/main.jsx
Relevant code bits: