-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
ReferenceError: Element is not defined #8
Comments
|
Thanks, I was confused, because I only use render(parent: Element, nextSibling: Element) { Tiddlywiki is a universal framework, so it might run on server side. After make sure this only run on browser side, this is fixed. |
You have some code that execute immediately, so will execute when render, it is hard to elegently avoid them. |
Get this error from esbuild when add this to my existing project
The text was updated successfully, but these errors were encountered: