We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug
ReferenceError: core is not defined at Object.<anonymous> (D:\projects\test\node_modules\rxdb\dist\lib\plugins\adapter-check.js:119:11
$ npm install rxdb var RxDB = require("rxdb");
$ npm install rxdb
var RxDB = require("rxdb");
The text was updated successfully, but these errors were encountered:
Could reproduce. Something is wrong here :(
EDIT: adapter-check.js defines an export core but core is not defined.
export core
export default { rxdb, prototypes, overwritable, core };
Sorry, something went wrong.
545281a
I see this as well on master actually, weirdly. I just go delete that core line and it works.
Just saw 6.0.1, checking
Was just about to report this. Great to see it resolved so quickly.
No branches or pull requests
Case
Bug
Issue
Info
Code
$ npm install rxdb
var RxDB = require("rxdb");
The text was updated successfully, but these errors were encountered: