algolia / search-insights.js

Library for reporting click, conversion and view metrics using the Algolia Insights API
MIT License
53 stars 18 forks source link

search-insight causing errors on IE11 #270

Closed Kassares closed 3 years ago

Haroenv commented 3 years ago

Hi @Kassares, could you clarify which errors and with which usage? This library is transpiled to be able to work in older engines like IE11 still too

Kassares commented 3 years ago

Hi @Haroenv probably dependencies from package.json could help, so it's NextJS app

  "dependencies": {
    "@commercetools/sdk-auth": "^3.0.10",
    "@material-ui/core": "4.5.2",
    "@material-ui/icons": "4.5.1",
    "@material-ui/lab": "^4.0.0-alpha.35",
    "@material-ui/styles": "4.5.2",
    "@next/bundle-analyzer": "^10.0.5",
    "@svgr/webpack": "^4.3.3",
    "@xdn/core": "^2.48.1",
    "@xdn/next": "^2.48.1",
    "@xdn/react": "^2.48.1",
    "abortcontroller-polyfill": "^1.5.0",
    "algoliasearch": "^4.9.1",
    "apollo-cache-inmemory": "^1.6.6",
    "apollo-client": "^2.6.9",
    "apollo-link-context": "^1.0.20",
    "apollo-link-error": "^1.1.13",
    "apollo-link-http": "^1.5.17",
    "avatax": "^20.7.0",
    "bootstrap": "^4.6.0",
    "clsx": "^1.0.4",
    "core-js": "^2.6.12",
    "cross-env": "^5.2.0",
    "cybersource-rest-client": "0.0.18",
    "graphql": "^15.0.0",
    "graphql-tag": "^2.10.3",
    "intersection-observer": "^0.12.0",
    "isomorphic-unfetch": "^3.0.0",
    "js-cookie": "^2.2.1",
    "jwk-to-pem": "^2.0.4",
    "jwt-decode": "^3.1.2",
    "lodash": "^4.17.20",
    "lorem-ipsum": "^2.0.3",
    "next": "^10.1.3",
    "next-fonts": "^1.4.0",
    "preact": "10.1.0",
    "preact-render-to-string": "^5.1.2",
    "preact-ssr-prepass": "^1.0.0",
    "prop-types": "^15.7.2",
    "qs": "^6.9.0",
    "query-string": "^6.12.1",
    "react": "^16.12.0",
    "react-barcode": "^1.4.0",
    "react-bootstrap": "^1.4.3",
    "react-dom": "^16.12.0",
    "react-hook-form": "^5.7.2",
    "react-instantsearch": "^6.7.0",
    "react-storefront": "^8.18.0",
    "react-storefront-amp": "^1.2.9",
    "react-storefront-analytics": "^1.1.2",
    "react-swipeable-views": "^0.13.9",
    "search-insights": "^1.7.1",
    "typeface-roboto": "0.0.75",
    "xml-js": "^1.6.11"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/helper-function-name": "^7.8.3",
    "@babel/helper-split-export-declaration": "^7.8.3",
    "@webcomponents/shadydom": "^1.8.0",
    "@xdn/cli": "^2.48.1",
    "@xdn/devtools": "^2.48.1",
    "@xdn/prefetch": "^2.48.1",
    "babel-loader": "^8.0.6",
    "babel-plugin-transform-imports": "^2.0.0",
    "dotenv": "^8.2.0",
    "eslint": "^7.23.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-react": "^7.23.1",
    "eslint-plugin-react-hooks": "^4.2.0",
    "husky": "^4.0.0",
    "lint-staged": "^10.0.9",
    "nodemon": "^2.0.2",
    "prettier": "^1.19.1",
    "url-loader": "^4.1.0",
    "webpack": "^4.43.0",
    "webpack-bundle-analyzer": "^3.7.0",
    "webpack-clear-require-cache-plugin": "0.0.5"
  },
eunjae-lee commented 3 years ago

Hello @Kassares I'd appreciate if you can provide us a reproduceable project on https://codesandbox.io You can give us the link and the reproduction steps like visit X, click Y, expect Z, but actually it's something eles, etc. That way we can help you figure out the issue.

tkrugg commented 3 years ago

No reponse from OP, closing