Code Monkey home page Code Monkey logo

Comments (16)

Maclay74 avatar Maclay74 commented on June 2, 2024 11

Same problem. Any solution?

from react-carousel.

odairto avatar odairto commented on June 2, 2024 1

Guys, I found a solution for my case: I'm using Redux to set the title of my pages.

In each page i had:
dispatch(setTitle("Patrimony"));

And then I changed to:

    useEffect(() => {
        dispatch(setTitle("Patrimonyyyyy"));
    }, [dispatch]);

Reading a litle about it, have the same behavior of: componentDidMount and componentDidUpdate
source: https://reactjs.org/docs/hooks-effect.html

Hope I can help someone with this.

from react-carousel.

darwinva97 avatar darwinva97 commented on June 2, 2024 1

Same. I'm using Next with dynamic import and ssr: false.

from react-carousel.

rheng001 avatar rheng001 commented on June 2, 2024

Facing the same warning

from react-carousel.

arnonate avatar arnonate commented on June 2, 2024

Me too... looks to be a RECOIL problem.

from react-carousel.

vittau avatar vittau commented on June 2, 2024

Same issue here.

from react-carousel.

Lokom17 avatar Lokom17 commented on June 2, 2024

Have the same issue

from react-carousel.

ryansrofe avatar ryansrofe commented on June 2, 2024

same

from react-carousel.

shaunstoltz avatar shaunstoltz commented on June 2, 2024

I got this working by used the source and removing all the scss imports as they were bugging in my build environment. Simple import of the index.js file from the src directory here https://github.com/brainhubeu/react-carousel/tree/master/react-carousel/src and the errors about setState were resolved.

from react-carousel.

pittkost avatar pittkost commented on June 2, 2024

same

from react-carousel.

AgainPsychoX avatar AgainPsychoX commented on June 2, 2024

Same issue here. Upgrading to v2 was so bad choice for me... Plugins system feels horrible, there are ton of bugs all over the place :C

from react-carousel.

waltcow avatar waltcow commented on June 2, 2024

buggy buggy buggy

from react-carousel.

Tran-Vinh-Quang avatar Tran-Vinh-Quang commented on June 2, 2024

Same

from react-carousel.

oigabrielteodoro avatar oigabrielteodoro commented on June 2, 2024

Same

from react-carousel.

GaroGabriel avatar GaroGabriel commented on June 2, 2024

Same.

from react-carousel.

The-Kevin avatar The-Kevin commented on June 2, 2024

This problem is discussing in the issue #12

from react-carousel.

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.