Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE11 - "Unable to get property 'bind' of undefined or null reference" #252

Open
lynnewritescode opened this issue Mar 22, 2021 · 0 comments

Comments

@lynnewritescode
Copy link

Receiving "Unable to get property 'bind' of undefined or null reference" on IE11 when importing Airtable.

Stack trace:

"TypeError: Unable to get property 'bind' of undefined or null reference
   at ./node_modules/airtable/lib/fetch.js (http://localhost:8080/js/npm.airtable.js:458:1)
   at __webpack_require__ (http://localhost:8080/js/runtime.js:854:12)
   at fn (http://localhost:8080/js/runtime.js:151:13)
   at ./node_modules/airtable/lib/base.js (http://localhost:8080/js/npm.airtable.js:156:1)
   at __webpack_require__ (http://localhost:8080/js/runtime.js:854:12)
   at fn (http://localhost:8080/js/runtime.js:151:13)
   at ./node_modules/airtable/lib/airtable.js (http://localhost:8080/js/npm.airtable.js:43:1)
   at __webpack_require__ (http://localhost:8080/js/runtime.js:854:12)
   at fn (http://localhost:8080/js/runtime.js:151:13)
   at ./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./node_modules/vue-svg-inline-loader/src/index.js!./src/views/Map.vue?vue&type=script&lang=js& (http://localhost:8080/js/Map.js:502"

I believe binding fetch to the window was introduced as a fix for issue #235 but it seems to be failing in IE11 now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant