You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: split mixed shell/js code blocks in Next.js push guide
Separating shell and javascript into distinct Code blocks prevents
selecting the shell tab from breaking js-only code blocks on the page.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
`usePush` returns `isActivated` — a reactive boolean shared with`usePushActivation` via a module-level store. When`PushActivationBanner` calls `activate()`, all `usePush` instances update automatically, so the subscribe buttons enable without any extra wiring.
460
466
461
-
To test channel push, subscribe to the channel in the UI then send a push notification to the channel using the Ably CLI or from code:
467
+
To test channel push, subscribe to the channel in the UI then send a push notification to the channel using the Ably CLI:
0 commit comments