Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4d8e833

Browse files
committedJul 1, 2024·
upd
1 parent fa15ba1 commit 4d8e833

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎test/util/render.js

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
import React from 'react';
77
import ReactDOM from 'react-dom';
8+
// Doing this after React is loaded makes React do a bit less DOM work
9+
import 'min-react-env/install';
810
import env from 'min-react-env';
911
import createYouTube from './createYouTube';
1012

0 commit comments

Comments
 (0)
Please sign in to comment.