Lucas Zanek

Results 4 comments of Lucas Zanek

I started to start receive the same error from this week, i was trying to test some configurations before moving the options to the nodejs addon im using, but now...

> ### Describe the bug > > Using Next.js 13 will cause a white screen and console error with `tauri dev`: `SyntaxError: Unexpected token '.'` > ### Reproduction > >...

I "solved" this by preloading the calendar component off-screen while the user is on a different tab/view. The Fix: // Preload CalendarList invisibly while on other view {shouldPreload && (...