This repository was archived by the owner on Jul 2, 2024. It is now read-only.
EVG-17465 Install react-virtualized and source map explorer #12
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
EVG-17465
Description
Since i am trying to avoid merge conflicts i tried to add as minimal code changes to this as possible but i have attached a video demonstrating react-virtualized being imported.
esbuild and rollup which are used under the hood by vite do not perform dead code removal and react-virtualized has a bogus import so i added a vite plugin that handles manually removing the dead code.
See.
bvaughn/react-virtualized#1635
bvaughn/react-virtualized#1632
Screenshots
Screen.Recording.2022-08-24.at.11.45.46.AM.mov
Testing
Created a demo app with a virtualized list.