Skip to content

Commit

Permalink
fix(react-dictionary): mark provider as client componen
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsdaniels committed May 10, 2024
1 parent 0d13163 commit 891c530
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/dry-hounds-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@codedazur/react-dictionary": patch
---

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

import { FunctionComponent, ReactNode, useMemo } from "react";
import {
Dictionary,
Expand Down

0 comments on commit 891c530

Please sign in to comment.