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
{{ message }}
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.
// Not work
import "waterwheel";
// Not work
// import '../node_modules/waterwheel/lib/waterwheel.js'
// Not work
// import('waterwheel').then((RetrieveStore) => {
// console.log("MyView1 loaded");
// }).catch((reason) => {
// console.log("MyView1 failed to load", reason);
// });
console print these msg.
Uncaught TypeError: Cannot set property 'Waterwheel' of undefined
at waterwheel.js:2
at waterwheel.js:3
import Waterwheel from 'waterwheel/lib/waterwheel'
Uncaught SyntaxError: The requested module '../node_modules/waterwheel/lib/waterwheel.js' does not provide an export named 'default'
import 'waterwheel/lib/waterwheel'
waterwheel.js:1 Uncaught ReferenceError: require is not defined
at waterwheel.js:1
import('waterwheel/lib/waterwheel');
retrieve-data.js:6 Uncaught ReferenceError: Waterwheel is not defined
at retrieve-data.js:6
(anonymous) @ retrieve-data.js:6
waterwheel.js:1 Uncaught (in promise) ReferenceError: require is not defined
at waterwheel.js:1
import * as Whaterwheel from "waterwheel";
waterwheel.js:2 Uncaught TypeError: Cannot set property 'Waterwheel' of undefined
at waterwheel.js:2
at waterwheel.js:3
console print these msg.
dependencies
Google Chrome is up to date
Version 69.0.3497.100 (Official Build) (64-bit)
npm . 6.4.1
The text was updated successfully, but these errors were encountered: