ejerskov
ejerskov
Im working in ionic 4.10.2 with angular 7.3.5. `npm install event-source-polyfill` Then added this to the top of my file: `import 'event-source-polyfill/src/eventsource.js'` `declare var EventSourcePolyfill: any;` And then using it...
Im running an Ionic project with angular 9.1.12 and get the following error when trying to build: ``` ERROR in node_modules/on-screen-keyboard-detector/src/osk-detector.d.ts:1:1 - error TS1046: Top-level declarations in .d.ts files must...
**Describe the bug** I get the following error after installing the tooltip and setting up animations and tooltip in my app.module.ts. I've installed the beta version. ``` ./node_modules/ionic-tooltips/dist/index.js Module build...
I'm generating the html/htmlextra reports when running Postman in my Release Pipeline but I cant figure out how to read the file after the test run. I assume it has...
Is this package still being maintained? I just did a fresh install and got the following warnings: ``` npm WARN deprecated [email protected]: Critical security vulnerability fixed in v0.21.1. For more...
### What is your Scenario? I just upgraded my testcafe version from 3.2.0 to 3.6.2 and I suddenly get these Uncaught Object errors. ### What is the Current behavior? After...
Im trying to use country-icons dynamically based on input, but Im having issues. ``` import { Icon } from '#components' const props = defineProps() const icon = computed(() => {...