-
Notifications
You must be signed in to change notification settings - Fork 68
1.4.4 | 1.5.0 introduce new Module parse failed #126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for all the logs -- could you try updating to |
Thanks for providing releases so quickly! build was executed but with a warning :
and of course Notion page wasn't rendered now. |
Hmm, not sure about this one -- Maybe try installing the |
The issue seems to be from my project because on this project with 1.4.3 or 1.5.1 the Notion page is rendered correctly. https://github.com/MkLHX/vue_notion_test_project I'm going to push research about what provides the issue on my side. Maybe an idea: |
node v16.15
vuejs@2.7.14
vue-notion@1.4.4
To find a solution to #121 I try to update vuejs@2.7.14 and use vue-notion@1.4.4
The result is a new error about Module parse.
Each object key looking like
blockMap[id].value.content?.forEach
cannot be parsed because the ? on the key content.When I remove all the ? and fix syntax the module can be parsed and built.
So I don't know what happened with the syntax but vuejs2.7.14 is still not compatible.
The text was updated successfully, but these errors were encountered: