Sometimes, we want to fix the “Props with type Object/Array must use a factory function…
Coding
Sometimes, we want to add TypeScript types for React checkbox events and handlers. In this…
Sometimes, we want to fix the ‘property forEach does not exist on type NodeListOf’ error…
Sometimes, we want to specify parameter type as one of many types instead of any…
Sometimes, we want to fix the “Property ‘allSettled’ does not exist on type ‘PromiseConstructor’.ts(2339)” error…
Sometimes, we want to pass an array as arguments in TypeScript. In this article, we’ll…
Sometimes, we want to fix the ‘this.$refs.refField.value does not exist’ error with Vue.js and TypeScript.…
Sometimes, we want to add generic object types in TypeScript. In this article, we’ll look…
Sometimes, we want to set data type in Vue.js data object with TypeScript. In this…
Sometimes, we want to fix the ‘Uncaught ReferenceError: exports is not defined’ error in files…