Giter Club home page Giter Club logo

Comments (7)

alex3165 avatar alex3165 commented on August 22, 2024

Can you try to modify your MyMap.js to :

            <ZoomControl
              zoomDiff={1}
              onControlClick={this._onControlClick.bind(this)}
            />

from react-mapbox-gl.

kimmobrunfeldt avatar kimmobrunfeldt commented on August 22, 2024

That doesn't help. It just adds a new warning:

Warning: bind(): You are binding a component method to the component. React does this for you automatically in a high-performance way, so you can safely remove this call. See AlvarMap

The warning comes because ZoomControl component is messing with MyMap component's method.

zoom-control.js, row 103:

onClick={onControlClick.bind(this, map, zoomDiff)}> 

There the onControlClick method is MyMap's method: MyMap._onControlClick. React warns because you shouldn't be rebinding the this to a new component.

from react-mapbox-gl.

alex3165 avatar alex3165 commented on August 22, 2024

I have published a patch (0.19.1) where I have replaced the bind with an arrow function, let me know if it fix your issue.

from react-mapbox-gl.

kimmobrunfeldt avatar kimmobrunfeldt commented on August 22, 2024

I tested with version 0.19.1 but the problem still persists.

from react-mapbox-gl.

alex3165 avatar alex3165 commented on August 22, 2024

Can you send me a link to your project ? or a link to a jsfiddle ?

from react-mapbox-gl.

kitten avatar kitten commented on August 22, 2024

The affected line was changed in a previous patch and we don't have an example available, to reproduce the issue, thus I need to close this for now 😄

from react-mapbox-gl.

kimmobrunfeldt avatar kimmobrunfeldt commented on August 22, 2024

Sorry for taking so long. I don't know how I tested it before but I can now confirm that bump from 0.18.0 -> 0.19.1 fixed this issue.

A reproducible example of the bug: https://github.com/kimmobrunfeldt/react-mapbox-gl-bug/blob/master/src/MyMap.js

git clone [email protected]:kimmobrunfeldt/react-mapbox-gl-bug.git 
cd react-mapbox-gl-bug
npm install
npm start

from react-mapbox-gl.

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.