We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
My client side event listeners fired as expected.
But now in 5.x I only get the first.
And my client side event listeners are not firing.
Anyone have any clue what I missed on the update?
The text was updated successfully, but these errors were encountered: