Skip to content

Commit

Permalink
fix: add use client to swr config provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ariesclark committed Feb 28, 2023
1 parent 3b04acf commit 130b5f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _internal/utils/config-context.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import type { FC, PropsWithChildren } from 'react'
import {
createContext,
Expand Down

0 comments on commit 130b5f0

Please sign in to comment.