serlo / serlo.org-legacy

Legacy implementation of https://serlo.org/
https://serlo.org/
Apache License 2.0
18 stars 3 forks source link

edtr-io: remove react-virtual #697

Closed Knorrke closed 2 years ago

Knorrke commented 2 years ago

Legacy port of Frontend PR: https://github.com/serlo/frontend/pull/1359

Our implementation of react-virtual currently isn't working (All elements are rendered anyway) and causing some UI issues (Not listening to dimension changes by spoilers, misplacing the plugin overlay). Easiest solution for now is to just revert #656 which this PR does.

Long-term we might want to wait for https://github.com/tannerlinsley/react-virtual/pull/80 or implement one of the solutions mentioned there.