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 5327bc1 commit 82374beCopy full SHA for 82374be
packages/react-duckdb/src/duckdb_provider.tsx
@@ -1,3 +1,5 @@
1
+"use client";
2
+
3
import React, { createContext, useCallback, useContext, useEffect, useState } from 'react';
4
import {
5
AsyncDuckDB,
0 commit comments