Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit d9b0e31

Browse files
Fix build (#131)
* Add react import * v2.6.5-0
1 parent f7254d9 commit d9b0e31

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thirdweb-dev/react",
3-
"version": "2.6.4",
3+
"version": "2.6.5-0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com:thirdweb-dev/react.git"

src/contexts/thirdweb-auth.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
import { PropsWithChildren, createContext, useContext, useMemo } from "react";
1+
import React, {
2+
PropsWithChildren,
3+
createContext,
4+
useContext,
5+
useMemo,
6+
} from "react";
27

38
/**
49
* The configuration to use the react SDK with an [auth](https://portal.thirdweb.com/auth) server.

0 commit comments

Comments
 (0)