Skip to content
Snippets Groups Projects
  1. Feb 17, 2021
    • Christopher Willis-Ford's avatar
      don't pass isRtl to TargetPaneComponent · 76cd737b
      Christopher Willis-Ford authored
      Prior to this change, `TargetPane` passed `isRtl` to
      `TargetPaneComponent` which then passed it into a `div`, causing the
      warning below. Since `TargetPaneComponent` doesn't currently use `isRtl`
      so there's no need to pass it in. If `TargetPaneComponent` starts
      needing `isRtl` then we should adjust it to not pass that property to
      any DOM elements.
      
      The console warning in question is 57 lines long and starts with:
      
      Warning: React does not recognize the `isRtl` prop on a DOM element. If
      you intentionally want it to appear in the DOM as a custom attribute,
      spell it as lowercase `isrtl` instead. If you accidentally passed it
      from a parent component, remove it from the DOM element.
      76cd737b
  2. Jan 25, 2021
  3. Jan 07, 2021
  4. Nov 18, 2020
  5. Nov 09, 2020
  6. Oct 20, 2020
  7. Oct 15, 2020
  8. Oct 14, 2020
  9. Oct 01, 2020
  10. Sep 29, 2020
  11. Sep 28, 2020
  12. Sep 11, 2020
  13. Sep 10, 2020
  14. Sep 09, 2020
  15. Sep 08, 2020
  16. Sep 04, 2020
  17. Aug 23, 2020
  18. Aug 21, 2020
  19. Aug 17, 2020
Loading