-
Notifications
You must be signed in to change notification settings - Fork 68
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
State Syncing : EventBus.dispatch is not a function #54
Comments
@KevinBerthier Did you ever manage to solve this? Thanks |
To be fair, I never really tried |
e-pavlica
added a commit
to e-pavlica/spraypaint.js
that referenced
this issue
Aug 25, 2020
To address graphiti-api#54, adjusts the EventBus import to preserve the imported name, while still adding type definitions to the imported object.
e-pavlica
added a commit
to e-pavlica/spraypaint.js
that referenced
this issue
Sep 22, 2020
To address graphiti-api#54, adjusts the EventBus import to preserve the imported name, while still adding type definitions to the imported object.
It seems that a temporary solution is to replace
with
on line 3057 of |
jeremyeng
added a commit
to jeremyeng/spraypaint.js
that referenced
this issue
Aug 17, 2021
Implements the change in graphiti-api#54
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thanks for your great work with Spraypaint & Graphiti !
I can't use the state sync. When I add
ApplicationRecord.sync = true
I got
EventBus.dispatch is not a function
It seems that we should call
EventBus.default.dispatch
to make it workI tried with v0.10.8 and 0.10.9
The text was updated successfully, but these errors were encountered: