diff --git a/.changeset/dry-hounds-clean.md b/.changeset/dry-hounds-clean.md new file mode 100644 index 00000000..2d6df390 --- /dev/null +++ b/.changeset/dry-hounds-clean.md @@ -0,0 +1,5 @@ +--- +"@codedazur/react-dictionary": patch +--- + +The provider is now marked as a client component. diff --git a/packages/react-dictionary/components/DictionaryProvider.tsx b/packages/react-dictionary/components/DictionaryProvider.tsx index b168f984..a0c0e1fc 100644 --- a/packages/react-dictionary/components/DictionaryProvider.tsx +++ b/packages/react-dictionary/components/DictionaryProvider.tsx @@ -1,3 +1,5 @@ +"use client"; + import { FunctionComponent, ReactNode, useMemo } from "react"; import { Dictionary,