Kanan Asadov (Kenan)
Results
1
comments of
Kanan Asadov (Kenan)
This is what I ended up doing as a workaround: ``` const [channel, ably] = useChannel("channel", (message) => { setData(prevState => console.log(prevState)) // You can access the current state using...