Skip to content

Commit 04e4a47

Browse files
committed
fix: revert back to rollup 1
1 parent b6b30a8 commit 04e4a47

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google-recaptcha-provider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import React from 'react';
12
import {
23
useMemo,
34
useState,

src/with-google-recaptcha.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import React from 'react';
12
import hoistNonReactStatics from 'hoist-non-react-statics';
23
import { ComponentType } from 'react';
34
import {

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"target": "es5",
44
"module": "ES2015",
55
"lib": ["es2015", "es7", "dom"],
6-
"jsx": "react-jsx",
6+
"jsx": "react",
77
"declaration": true,
88
"declarationMap": true,
99
"declarationDir": "./dist/types",

0 commit comments

Comments
 (0)