Closed EvanPerreau closed 4 months ago
Hey @EvanPerreau! 👋🏻
It seems to be a type issue. Can you confirm if the code works despite the typing error?
Hello @RomainLanz,
Thanks for your reactivity. Yes, the code works perfectly except for the type error. Currently, I am using the //@ts-ignore
annotation to avoid the type error. I am trying to pass an array in the transmit broadcast in a simple chat app, and it works perfectly ;)
It would be great if you could patch the bug. If you want, I can patch the bug and make a pull request to this repo.
Yes, happy to accept a PR!
I fix this bug in the pull request #24 ;)
Package version
1.0.1
Describe the bug
the type Broadcastable doesn't support array
Reproduction repo
No response