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 Jan 24, 2024. It is now read-only.
I implemented an example project exactly like this one but I'm getting Uncaught ReferenceError: Invalid action reference passed in. This error is thrown at runtime in my store at this.bindListeners: ClassName.methodName
I found the error on the altjs doc page, but my Actions are of the same structure as the one in the example:
Tried it without the this.generateActions(...) too, but no luck...
Any idea whats going wrong here? I can't get this project to run either (gives me an error Error: ENOENT: no such file or directory, open '/Users/rlopezna/dev/alt-typescript-tutorial/typings/references.d.ts'after npm start)...
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.
I implemented an example project exactly like this one but I'm getting
Uncaught ReferenceError: Invalid action reference passed in
. This error is thrown at runtime in my store atthis.bindListeners: ClassName.methodName
I found the error on the altjs doc page, but my Actions are of the same structure as the one in the example:
Tried it without the
this.generateActions(...)
too, but no luck...Any idea whats going wrong here? I can't get this project to run either (gives me an error
Error: ENOENT: no such file or directory, open '/Users/rlopezna/dev/alt-typescript-tutorial/typings/references.d.ts'
after npm start)...The text was updated successfully, but these errors were encountered: