You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the cool mw-cli to render HTML in scripting! The issue happens with the calendar view. The rendered HTML shows an empty page in Chrome browser with below error. The MW file can be rendered in calendar view in vs-code plugin. Could I get hints on how to resolve it?
Uncaught TypeError: Cannot read properties of undefined (reading 'appState')
at h (smoke-calendar.html:121:56698)
at smoke-calendar.html:121:56865
at r (smoke-calendar.html:47:57642)
at Object.markwhenState (smoke-calendar.html:121:56594)
at UT (smoke-calendar.html:63:2485)
at smoke-calendar.html:121:55611
at Lh (smoke-calendar.html:47:57857)
at pT (smoke-calendar.html:47:57877)
at zh (smoke-calendar.html:63:1035)
at zT (smoke-calendar.html:63:1099)
The html file is rendered by 'mw smoke.mw smoke-calendar.html' command and the sample source of smoke.mw is:
#travel: blue
#leave: green
Section: Sample Calendar
2023-11-07/2023-11-08: @John #leave
2023-11-19/2023-11-20: @Alice #travel
The text was updated successfully, but these errors were encountered:
Thanks for the cool mw-cli to render HTML in scripting! The issue happens with the
calendar
view. The rendered HTML shows an empty page in Chrome browser with below error. The MW file can be rendered incalendar
view in vs-code plugin. Could I get hints on how to resolve it?The html file is rendered by 'mw smoke.mw smoke-calendar.html' command and the sample source of smoke.mw is:
The text was updated successfully, but these errors were encountered: