Skip to content

Commit f0a8cdd

Browse files
author
Brian Vaughn
committed
Merge branch 'master' of github.com:bvaughn/react-error-boundary
2 parents fc4fbef + 1f960e1 commit f0a8cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React from 'react';
1+
import * as React from 'react';
22

33
export interface FallbackProps {
44
error?: Error;

0 commit comments

Comments
 (0)