gismofx / toast_ui.blazor_calendar

Toast UI Calendar Wrapper For Blazor
MIT License
54 stars 8 forks source link

Rendering issue when in release mode or debugger is not attached #40

Closed gismofx closed 2 years ago

gismofx commented 2 years ago

Discussed in https://github.com/gismofx/toast_ui.blazor_calendar/discussions/36

Originally posted by **SeanFeldman** June 1, 2022 This is likely something I'm missing but for the life of me can't figure out what is it. When running with the debugger attached, everything is working great and renders fine. The moment running w/o debugger attached or in release mode, the rendering gets messed up. The data should contain a single schedule that starts and end on the same date. When looking at the popup, I'm noticing some weirdness in the data that otherwise is valid data when received from REST API. image Any ideas on what could cause it? Or suggestions on how to debug it? PS: I'm using the control with Blazor WebAssembly
gismofx commented 2 years ago

Retro-actively adding issue. Fixed by #39