Skip to content

Commit

Permalink
⚡ Add "use client" in usePolyfire
Browse files Browse the repository at this point in the history
  • Loading branch information
lowczarc committed Oct 13, 2023
1 parent fc016a5 commit 165ab4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/hooks/usePolyfire.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"use client"
import React, { ReactNode, JSX, useState, createContext, useContext } from "react";
import PolyfireClientBuilder, { Client } from "../client";

Expand Down

0 comments on commit 165ab4c

Please sign in to comment.