Andrew Bulat

Results 55 comments of Andrew Bulat

Hi @mclark-ably ! This issue has been fixed in [2.0.4](https://github.com/ably/ably-js/releases/tag/2.0.4) release of ably-js. Thank you for reporting this problem!

Hello @Dajust ! I've reached out to the team to get more information on this, and I will get back to you as soon as I have more information about...

Hey @Dajust ! Currently, we don't offer anything that would allow Integration Rules to pattern match against anything in the message, such as `name` or `extras.headers`. As you correctly found...

Hi @Mosquid ! Unfortunately, I couldn't reproduce the `Module not found: Can't resolve 'ably' in '...'` error following your steps with our [ably-js nextjs example repo](https://github.com/ably-labs/ably-nextjs-fundamentals-kit) (specifically based on [this...

Hello @Mosquid ! I hope you're doing well. Were you able to resolve your issue with installing `ably` using `yarn`?

@CurrrBell What version of the Jest are you using? It seems that Jest

Hi! In [2.1.0](https://github.com/ably/ably-js/releases/tag/2.1.0) release of `ably-js` we have re-added the `main` and `browser` fields to the root level of `package.json`. This should fix the `Can't resolve 'ably'` error in environments/setups...

Hi @Dajust ! This issue has been fixed in [2.0.4](https://github.com/ably/ably-js/releases/tag/2.0.4) release of ably-js. Thank you for reporting this problem!

Hi @bookercodes ! Thank you for bringing this up and finding other existing solutions. Yes, the approach described here: https://github.com/ably-labs/react-hooks/issues/8#issuecomment-1697410212, is currently the suggested one: use `next/dynamic` with the `ssr:...