Error while using React-table.js in Vue.js Error while using React-table.js in Vue.js reactjs reactjs

Error while using React-table.js in Vue.js


So I recreated the project and it worked fine for me, below are set of dependencies I used. I think your case it might be just version mismatch issue

  "dependencies": {    "react": "^16.3.1",    "react-dom": "^16.3.1",    "react-table": "^6.8.0",    "vue": "^2.5.2",    "vue-router": "^3.0.1",    "vuera": "^0.2.1"  }

Please make sure you try with above version. The output is

Working

The project is available on below link if you want to just clone and test

https://github.com/tarunlalwani/react-vue-integration