Skip to content
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

Events with arrays not working properly #3538

Open
daffl opened this issue Sep 19, 2024 Discussed in #3536 · 0 comments
Open

Events with arrays not working properly #3538

daffl opened this issue Sep 19, 2024 Discussed in #3536 · 0 comments

Comments

@daffl
Copy link
Member

daffl commented Sep 19, 2024

Discussed in #3536

Originally posted by suprsidr September 16, 2024
In 4.x when I sent a patch from the client I would get 2 responses:

[
    null,
    {
        ...userData
    }
],
[
    "users patched",
    {
        ...userData
    }
]

My client side event listeners fired as expected.
But now in 5.x I only get the first.

[
    null,
    {
        ...userData
    }
],

And my client side event listeners are not firing.

Anyone have any clue what I missed on the update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant