react-router-component v0.40.0 Release Notes

Release Date: 2020-02-19 // about 4 years ago
    • Ensure joined routes are slash-separated. Thanks @jsg2021. Ref: #205
    • Various dev updates & rebuilds.
    • Use UNSAFE_componentWillReceiveProps for React >= 16.3.
      • #215 contains work in progress to move to static getDerivedStateFromProps().

Previous changes from v0.39.1

    • Rem @providesModule from copied warning.js which can cause issues with Flow/RN.