My events are hidden above my scheduler the first time I load the app and in each refresh of the page. When I go to the next day and when I return to that day it already appears.
Apparently my event is there because you see a yellow line on the edge of the card but it is not at the correct time.
Also, in the first render of my app, scrolling at a specific time does not work with scheduleObj.scrollTo (hourToScroll).
If I change the page and return, now it does the scroll.
|
use: [ 'style-loader', 'css-loader', 'resolve-url-loader', { loader: 'sass-loader', options: { sourceMap: true, }, }, ], }, |
Hi Satheesh, thank you
The solution didn't fix my issue
The issue only happens in Chrome. It works fine in Safari.
I'm using MiniCssExtractPlugin but only in the prod environment, not in testing and the issue is in both environments.
I share with you my package.json file and webpack.config.js
https://drive.google.com/drive/folders/1ASN7syW0OCsI9FJ8VFWN3MR8OvBZebMI?usp=sharing