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 Sep 25, 2019. It is now read-only.
Hey there im trying to get the example given in the README working but I get the following error:
Uncaught ReferenceError: IRMA is not defined
at init (verify.js:21)
at HTMLDocument.<anonymous> (verify.js:49)
at mightThrow (jquery.js:3534)
at process (jquery.js:3602)
So I tried to import it with import * as IRMA from "./client/irma";. This however made it so I cant call on the clicked method:
index.html:10 Uncaught ReferenceError: isclicked is not defined
at HTMLButtonElement.onclick (index.html:10)
I also get the following error:
Uncaught SyntaxError: Unexpected token export
Any help?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey there im trying to get the example given in the README working but I get the following error:
So I tried to import it with
import * as IRMA from "./client/irma";
. This however made it so I cant call on the clicked method:I also get the following error:
Any help?
The text was updated successfully, but these errors were encountered: