mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Add react-router-dom-v5-compat (#159173)
## Summary Prep work for bumping react-router to v6 Following https://github.com/remix-run/react-router/discussions/8753 --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
2fba1b651e
commit
09577fa0af
42 changed files with 715 additions and 613 deletions
|
@ -99,6 +99,7 @@ module.exports = (_, argv) => {
|
|||
'react-dom',
|
||||
'react-dom/server',
|
||||
'react-router-dom',
|
||||
'react-router-dom-v5-compat',
|
||||
'react-router',
|
||||
'react',
|
||||
'rxjs',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue