◐ Shell
clean mode source ↗

fix: Update react-router-dom to 6.3.0 and restrict its version in Feast UI by peruukki · Pull Request #4556 · feast-dev/feast

…st UI

As noted in feast-dev#3794, Feast UI is not compatible with latest react-router-dom
versions, more precisely from 6.4.0 onwards. Limit react-router-dom version
to a compatible range to avoid the runtime errors mentioned in the issue
when installing peer dependencies without specifying exact versions.

After setting the restricted versions, `yarn install` updated
`react-router-dom` to the latest compatible version 6.3.0. It should be a
minor upgrade (https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v630),
and I didn't notice anything not working in the UI after it.

Signed-off-by: Harri Lehtola <peruukki@hotmail.com>

shuchu

approved these changes Sep 22, 2024

tmihalac pushed a commit to tmihalac/feast that referenced this pull request

Sep 23, 2024
…st UI (feast-dev#4556)

As noted in feast-dev#3794, Feast UI is not compatible with latest react-router-dom
versions, more precisely from 6.4.0 onwards. Limit react-router-dom version
to a compatible range to avoid the runtime errors mentioned in the issue
when installing peer dependencies without specifying exact versions.

After setting the restricted versions, `yarn install` updated
`react-router-dom` to the latest compatible version 6.3.0. It should be a
minor upgrade (https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v630),
and I didn't notice anything not working in the UI after it.

Signed-off-by: Harri Lehtola <peruukki@hotmail.com>

lokeshrangineni pushed a commit to lokeshrangineni/feast that referenced this pull request

Oct 29, 2024

lokeshrangineni pushed a commit to lokeshrangineni/feast that referenced this pull request

Oct 29, 2024