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
TypeError: Class extends value constructor(attributes, options) {
proto.constructor.apply(this, arguments)
const virtuals = this.v...<omitted>... } is not a constructor or null
We're getting this after upgrading to v. 1.0.0
If we deactivate the plugin, the error disappears.
const bookshelf = new Bookshelf(options)
bookshelf
.plugin('bookshelf-virtuals-plugin')
Node version 14.15.1
Are we doing something weird?
The text was updated successfully, but these errors were encountered:
We're getting this after upgrading to v. 1.0.0
If we deactivate the plugin, the error disappears.
Node version 14.15.1
Are we doing something weird?
The text was updated successfully, but these errors were encountered: