Skip to content
Snippets Groups Projects
  1. Jun 01, 2021
  2. May 19, 2021
  3. May 11, 2021
  4. May 03, 2021
  5. Mar 04, 2021
  6. 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
  7. Feb 10, 2021
  8. Jan 25, 2021
  9. Jan 07, 2021
  10. Nov 18, 2020
  11. Nov 09, 2020
  12. Oct 20, 2020
  13. Oct 15, 2020
  14. Oct 14, 2020
  15. Oct 01, 2020
  16. Sep 29, 2020
  17. Sep 28, 2020
  18. Sep 11, 2020
  19. Sep 10, 2020
  20. Sep 09, 2020
  21. Sep 08, 2020
Loading