Coder Social home page Coder Social logo

Comments (7)

antonioru avatar antonioru commented on June 10, 2024 3

Hey,

I am getting the following error with Next.js@12, react@18 and [email protected]

Header.tsx has the following import statement:

import { useWindowScroll, useThrottledCallback } from 'beautiful-react-hooks'; 

Please let me know what other info I can provide. I don't know what I am doing wrong here.

error - ./node_modules/beautiful-react-hooks/esm/useQueryParam.js:1:0
Module not found: Can't resolve 'react-router-dom'

Import trace for requested module:
./node_modules/beautiful-react-hooks/esm/index.js
./components/Header/Header.tsx
./pages/_app.tsx

Hi @lukasoppermann, thanks for opening this issue but looks like you're importing the entire library from index.ts and therefore importing useQueryParam which relies on react-router-dom.

You should import only hooks that you're using, follow the documentation examples

from beautiful-react-hooks.

antonioru avatar antonioru commented on June 10, 2024 2

Did this change "recently"? Anyway, that of course helped. Thank you very much.

mh, yes and no... the index.ts is there since the first releases but I've recently introduced hooks that are in fact relying on third parties, hence the issue. I had to fix the documentation to encourage importing single imports, that's correct

I will probably be deprecating the index file soon as it causes more troubles than anything

from beautiful-react-hooks.

robinclaes avatar robinclaes commented on June 10, 2024 2

+1, not usable on React native at the moment.

from beautiful-react-hooks.

wouterds avatar wouterds commented on June 10, 2024 1

This causes issues for people using this lib on platforms like react-native. While it's true it can be fixed by importing each hook separately from their own file it is an inconvenient breaking change and required us to fix quite a few components.

from beautiful-react-hooks.

wouterds avatar wouterds commented on June 10, 2024 1

Don't think they'll be rolling back though. Can still be used by changing your imports, but still, annoying breaking change.

-import { usePreviousValue } from 'beautiful-react-hooks'
+import usePreviousValue from 'beautiful-react-hooks/usePreviousValue'

from beautiful-react-hooks.

antonioru avatar antonioru commented on June 10, 2024

@lukasoppermann please close the issue if it's solved ;)

from beautiful-react-hooks.

lukasoppermann avatar lukasoppermann commented on June 10, 2024

Did this change "recently"? Anyway, that of course helped. Thank you very much.

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.