Skip to content

Commit

Permalink
fix: mark providers as client componennts
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsdaniels committed Jul 9, 2024
1 parent f87c1c0 commit 539c487
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/sour-bags-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@codedazur/react-notifications": patch
"@codedazur/react-media": patch
---

The provider is now marked as a client component.
2 changes: 2 additions & 0 deletions packages/react-media/components/MediaProvider.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import { modulo, shuffle as shuffleArray } from "@codedazur/essentials";
import {
MaybeRef,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import { revalueObject, Timer } from "@codedazur/essentials";
import {
FunctionComponent,
Expand Down

0 comments on commit 539c487

Please sign in to comment.