We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31adda0 commit 254c950Copy full SHA for 254c950
packages/@react-spectrum/table/test/Table.test.js
@@ -140,9 +140,9 @@ function pointerEvent(type, opts) {
140
}
141
142
export let tableTests = () => {
143
- // Temporarily disabling these tests in React 16 because they run into a memory limit and crash.
+ // Temporarily disabling these tests in React 16/17 because they run into a memory limit and crash.
144
// TODO: investigate.
145
- if (parseInt(React.version, 10) <= 16) {
+ if (parseInt(React.version, 10) <= 17) {
146
return;
147
148
0 commit comments