-
Notifications
You must be signed in to change notification settings - Fork 120
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
Webpack or Rollup transpilation error - TypeError: Right-hand side of 'instanceof' is not an object #146
Comments
Looks like somebody else had the same issue. https://stackoverflow.com/questions/56903846/angular-universal-with-domino-getting-right-hand-side-of-instanceof-is-not-a |
I got same issue.. |
Me too, see #151 |
As the project seems to be sleeping at the moment, I published a build with this fix on npm https://www.npmjs.com/package/domino-ext. |
This still appears to be an issue in release 2.1.6. The domino-ext fork works for me |
domino package was replaced with domino-ext until this issue is resolved. See fgnass/domino#146
Seriously no resolution for this yet ? The projects using this like |
Now it is 2024... and still no fix??? what |
See: mixmark-io/turndown#439 fgnass/domino#146 (cherry picked from commit baad3ae)
It looks like the name of the function attached to
ctor
param is stripped by the transpilation process & givenctor
instead.The result is the error
TypeError: Right-hand side of 'instanceof' is not an object
The text was updated successfully, but these errors were encountered: