Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch react-virtualized@9.22.5 for the project I'm working on.
on vite this unused import seems to be throwing a build issue
Here is the diff that solved my problem:
diff --git a/node_modules/react-virtualized/dist/es/WindowScroller/utils/onScroll.js b/node_modules/react-virtualized/dist/es/WindowScroller/utils/onScroll.js
index d00f0f1..c8496e8 100644
--- a/node_modules/react-virtualized/dist/es/WindowScroller/utils/onScroll.js
+++ b/node_modules/react-virtualized/dist/es/WindowScroller/utils/onScroll.js
@@ -71,4 +71,3 @@ export function unregisterScrollListener(component, element) {
}
}
}
\ No newline at end of file
-import { bpfrpt_proptype_WindowScroller } from "../WindowScroller.js";
\ No newline at end of file
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
react-virtualized@9.22.5
for the project I'm working on.on vite this unused import seems to be throwing a build issue
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.