1. 11 9月, 2020 1 次提交
  2. 10 9月, 2020 1 次提交
  3. 02 9月, 2020 1 次提交
  4. 01 9月, 2020 1 次提交
  5. 22 8月, 2020 1 次提交
  6. 21 8月, 2020 1 次提交
  7. 20 8月, 2020 1 次提交
  8. 19 8月, 2020 1 次提交
    • J
      Replace broken `prop-types-exact` package (#15953) · ff33e07a
      Joe Haddad 提交于
      This PR replaces `prop-types-exact` (only used in this location) with manual property checking.
      
      Right now, malformed properties sent to `<Link>` are silently handled and only emit a warning in the console.
      This leads to confusing/unexpected errors because we try to read a value that is undefined.
      
      To fix this, we'll now throw a proper error when `<Link>` is misused. **This still isn't optimal, however, because we don't have a component stack trace we can give the user**.
      We're not going to be able to give the user actionable instructions until React 16.14 at a minimum.
      
      ---
      
      Fixes #13951
      Fixes #16107
      Closes #13962
      ff33e07a
  9. 17 8月, 2020 1 次提交
  10. 14 8月, 2020 2 次提交
  11. 11 8月, 2020 1 次提交
  12. 10 8月, 2020 4 次提交
  13. 08 8月, 2020 1 次提交
  14. 06 8月, 2020 3 次提交
  15. 05 8月, 2020 1 次提交
  16. 04 8月, 2020 3 次提交
  17. 03 8月, 2020 1 次提交
  18. 28 7月, 2020 5 次提交
  19. 27 7月, 2020 1 次提交
  20. 26 7月, 2020 1 次提交
    • J
      Stabilize more tests (#15470) · 2f50f1f8
      Jan Potoms 提交于
      jest retries seem to be masking test failures, like the `auto-export` one (and maybe others). I turned it off for now. The `auto-export` test fails when retries are turned off.
      the output of this test failure was a bit unhelpful so I also improved it.
      Many tests have anonymous page functions.
      2f50f1f8
  21. 25 7月, 2020 2 次提交
  22. 20 7月, 2020 1 次提交
  23. 19 7月, 2020 1 次提交
  24. 17 7月, 2020 1 次提交
  25. 16 7月, 2020 2 次提交
  26. 15 7月, 2020 1 次提交