GithubHelp home page GithubHelp logo

Comments (3)

cymen avatar cymen commented on May 25, 2024 2

If you're using vite and you run into this issue like so:

'useHistory' is not exported by ../node_modules/react-router-dom/index.js, imported by node_modules/beautiful-react-hooks/esm/useQueryParam.js
file: /Users/cymen/dev/something/component-library/node_modules/beautiful-react-hooks/esm/useQueryParam.js:2:9
1: import { useCallback, useRef } from 'react';
2: import { useHistory } from 'react-router-dom';
            ^
3: import useDidMount from './useDidMount';
4: import useURLSearchParams from './useURLSearchParams';

The solution is to do as the README examples show and import the hooks like so:

import useGlobalEvent from "beautiful-react-hooks/useGlobalEvent";

Instead of:

import { useGlobalEvent } from "beautiful-react-hooks";

from beautiful-react-hooks.

antonioru avatar antonioru commented on May 25, 2024 1

@carlosrsabreu hi Carlos, thanks for opening this issue...

useQueryParam is build to provide a state-like functionality to change the URL query parameters in react-router-dom version 5.
In react-router 6 this can easily be archived by simply using useSearchParams from react-router-dom, please read the documentation here

For this reason is pointless to update react-router-dom to version 6

from beautiful-react-hooks.

BenjaminVanRyseghem avatar BenjaminVanRyseghem commented on May 25, 2024

Using @cymen workaround works, yet my IDE complains, so it's a bit annoying 😕

from beautiful-react-hooks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.