1. 27 8月, 2020 1 次提交
  2. 25 8月, 2020 2 次提交
  3. 24 8月, 2020 1 次提交
  4. 22 8月, 2020 2 次提交
  5. 21 8月, 2020 4 次提交
  6. 20 8月, 2020 4 次提交
  7. 19 8月, 2020 5 次提交
    • T
      v9.5.3-canary.12 · 1388aa41
      Tim Neutkens 提交于
      1388aa41
    • J
      v9.5.3-canary.11 · 8ef253fd
      Joe Haddad 提交于
      8ef253fd
    • T
      v9.5.3-canary.10 · 25fa1653
      Tim Neutkens 提交于
      25fa1653
    • J
      v9.5.3-canary.9 · fe61948d
      Joe Haddad 提交于
      fe61948d
    • 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
  8. 18 8月, 2020 4 次提交
  9. 17 8月, 2020 2 次提交
  10. 15 8月, 2020 1 次提交
  11. 14 8月, 2020 4 次提交
  12. 13 8月, 2020 1 次提交
  13. 11 8月, 2020 7 次提交
  14. 10 8月, 2020 2 次提交