We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af094a commit 1f5e6d4Copy full SHA for 1f5e6d4
src/i18n/i18n.tsx
@@ -1,3 +1,5 @@
1
+"use client";
2
+
3
import React, { createContext, useContext, useMemo } from "react";
4
import type { ReactNode } from "react";
5
import { createStatefulObservable, useRerenderOnChange } from "../tools/StatefulObservable";
0 commit comments