-
Notifications
You must be signed in to change notification settings - Fork 136
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
Getting error in React version "jsprintmanager": "^5.0.3", #55
Comments
JSPM has the object but showing undefined in the dom so I added the console log to confirm that |
I am getting undefined for JSPM
`
import * as JSPM from 'jsprintmanager'
componentDidMount() {
JSPM.JSPrintManager.Caller = this;
//get client installed scanners
JSPM.JSPrintManager.getScanners().then(function (scannersList) {
JSPM.JSPrintManager.Caller.setScannerDevices(scannersList);
});
}
`
The text was updated successfully, but these errors were encountered: