Render PushNotification on client only
All checks were successful
/ build (push) Successful in 1m52s
/ deploy (push) Successful in 15s

The push logic is only available on the client and causes hydration
mismatch when rendered on the server.
This commit is contained in:
Hornwitser 2025-05-23 21:35:19 +02:00
parent f2ab306338
commit c7b4f5fa92

View file

@ -15,7 +15,9 @@
</button>
</form>
<p>
<PushNotification />
<ClientOnly>
<PushNotification />
</ClientOnly>
</p>
<fieldset>
<legend>Danger Zone</legend>