Skip to content

Commit 78047c7

Browse files
committed
Fix react-native-razorpay test's JSX fragment usage
It now requires an explicit import of React in order to use JSX fragments. Here is the Typescript 5.7 PR that introduced this error: microsoft/TypeScript#59933
1 parent 24a32d6 commit 78047c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/react-native-razorpay/react-native-razorpay-tests.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import * as React from "react";
12
import { Button } from "react-native";
23
import RazorpayCheckout, { ErrorResponse } from "react-native-razorpay";
34

0 commit comments

Comments
 (0)