Git Product home page Git Product logo

Comments (5)

cheekujha avatar cheekujha commented on September 27, 2024

Hey can you please also mention what windows version are you using. I checked in windows 10 , edge, ie 10-11, it seems to work fine.

Majorly what i can see from screenshots is that Object.assign and Set methods are not supported for browser you are testing and will need polyfills for the same

from react-table-filter.

Suryanarayana-2018 avatar Suryanarayana-2018 commented on September 27, 2024

Hi, I am using windows 10 OS. But It's not worked even after adding polyfill unless i changed the utils.js as shown below:
export const isTypeArray = (val) => {
var toString = Object.prototype.toString; //for IE and Firefox**
return toString.call(val) === "[object Array]" ? true : false;
}

export const isTypeString = (val) => {
var toString = Object.prototype.toString; //for IE and Firefox**
return toString.call(val) === "[object String]" ? true : false;
}
it got fixed.

from react-table-filter.

Suryanarayana-2018 avatar Suryanarayana-2018 commented on September 27, 2024

Thanks for your support.

from react-table-filter.

cheekujha avatar cheekujha commented on September 27, 2024

Hey, Thanks for pointing it out. Let me see and fix it in the source code.

from react-table-filter.

nehalsanghvi avatar nehalsanghvi commented on September 27, 2024

Hi
The warning is coming from the child element
react-table-filter/src/template.js:line 38/49 can please check if we can add key={} for map array of elements.
screen shot 2018-08-08 at 3 45 29 pm
Below are the screenshot with your examples with the element key=null
screen shot 2018-08-08 at 2 57 52 pm
screen shot 2018-08-08 at 2 58 15 pm
screen shot 2018-08-08 at 2 58 18 pm
screen shot 2018-08-08 at 2 58 32 pm

from react-table-filter.

Related Issues (19)

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.