Skip to content

Known Bugs

Shawn Springstead edited this page Feb 18, 2019 · 1 revision

High Priority

  • Main builder component renders when it doesn't need to, like when a card item is hovered. This causes the following issues.
    • CardSelector.js renders each time a card is selected, causing massive lag from the list re rendering and sorting. This is currently avoided with CardSelector.shouldComponentUpdate
    • SeriesSelect dropdown re renders when selecting a card, causing it to scroll back to the top. This component only ever needs to render once.

Low Priority

  • Cardtext in /deck will sometimes not scroll when the card is floating further down the screen. Instead the screen will scroll, but it seems random. This may just be a browser issue outside of my control.
  • Climaxes in /deck overlap at small screen widths
  • allowClear prop error for select components on Edge and my LOCAL ENV ONLY?
Clone this wiki locally