Skip to content

Compatibility with react-router-dom v6 #24

@Moshyfawn

Description

@Moshyfawn

Describe the bug
A clear and concise description of what the bug is.
App build fails with No matching export in "node_modules/react-router-dom/index.js" for import "useHistory" when using version 6.0.0-beta.0 of react-router-dom.

To Reproduce
Steps to reproduce the behavior:

  1. Install history & react-router-dom@next packages
  2. Install react-motion-layout package
  3. Use the Motion Layout Provider as per http://motion-layout.com/docs/animating#1-use-the-motion-layout-provider
  4. Try running the dev server (yarn dev, npm start etc.)
  5. See error

Expected behavior
Dev server runs without errors.

Screenshots
build error in the terminal example

Additional context
The issue is kind of related to #13. I saw this reply, which states that there's going to be a new version of the package. Idk if it's going to be a router-agnostic solution or a Next.js router compatibility update. react-router-dom package had it's pretty stable beta release for quite a while now. It might be good to adopt some router-agnostic solution in the future

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions