RenderKid icon indicating copy to clipboard operation
RenderKid copied to clipboard

ext[key].bind is not a function

Open billtlee opened this issue 3 years ago • 1 comments

Hi,

I am running into a strange error all of a sudden through my docker image that's using th 14-alpine image. It might have something to do with the version of domutils in renderkid? However I don't know which package is using renderkid. Does anyone know how to find all the packages that are using renderkid? Thanks in advance.

UnhandledPromiseRejectionWarning: TypeError: ext[key].bind is not a function
clientv1_1 | at /home/node/node_modules/renderkid/node_modules/domutils/index.js:12:28
clientv1_1 | at Array.forEach ()
clientv1_1 | at /home/node/node_modules/renderkid/node_modules/domutils/index.js:11:19

Here are the dependencies in my package.json. Does anyone

  "dependencies": {
    "@antv/data-set": "^0.11.4",
    "@craco/craco": "^5.6.4",
    "@ethersproject/shims": "^5.1.0",
    "@material-ui/core": "^4.10.0",
    "@material-ui/icons": "^4.9.1",
    "@material-ui/pickers": "^3.2.10",
    "@metamask/detect-provider": "^1.2.0",
    "@stripe/react-stripe-js": "1.2.0",
    "@stripe/stripe-js": "1.11.0",
    "axios": "^0.19.2",
    "bizcharts": "^4.0.3",
    "chartist": "^0.10.1",
    "cookie-parser": "^1.4.5",
    "crypto-js": "^4.0.0",
    "env-cmd": "10.1.0",
    "ethers": "^5.1.4",
    "history": "^4.9.0",
    "libsodium-wrappers": "0.7.8",
    "lodash": "^4.17.15",
    "material-ui-confirm": "^2.1.1",
    "perfect-scrollbar": "^1.4.0",
    "qs": "^6.9.4",
    "react": "^16.13.1",
    "react-bootstrap-sweetalert": "^5.1.9",
    "react-chartist": "0.14.3",
    "react-csv": "^2.0.1",
    "react-dom": "^16.13.1",
    "react-dropzone": "^11.0.1",
    "react-papaparse": "3.8.0",
    "react-redux": "^7.0.2",
    "react-router-dom": "^5.2.0",
    "react-scripts": "3.4.1",
    "react-select": "^3.0.8",
    "react-star-rating-component": "^1.4.1",
    "react-swipeable-views": "^0.13.9",
    "react-virtualized": "9.22.2",
    "redux": "^4.0.5",
    "redux-thunk": "^2.3.0",
    "shuffle-seed": "^1.1.6"
  },
  "devDependencies": {
    "node-sass": "^4.14.1",
    "nodemon": "2.0.4",
    "prop-types": "^15.7.2",
    "redux-devtools-extension": "^2.13.8",
    "@testing-library/dom": "7.5.7",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.3.2",
    "@testing-library/user-event": "^7.1.2"
  },

billtlee avatar Jun 29 '21 05:06 billtlee