DEV Community

Lior Amsalem profile picture

Lior Amsalem

For the love of software

Joined Joined on 
TS2201: The types returned by A are

TS2201: The types returned by A are

Comments
4 min read
TS2301: Initializer of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor

TS2301: Initializer of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor

Comments
4 min read
TS2322: Type '{0}' is not assignable to type '{1}'

TS2322: Type '{0}' is not assignable to type '{1}'

Comments
4 min read
TS1433: Decorators may not be applied to 'this' parameters

TS1433: Decorators may not be applied to 'this' parameters

Comments
4 min read
TS1434: Unexpected keyword or identifier

TS1434: Unexpected keyword or identifier

Comments
4 min read
TS1436: Decorators must precede the name and all keywords of property declarations

TS1436: Decorators must precede the name and all keywords of property declarations

Comments
4 min read
TS1426: File is default library for target specified here

TS1426: File is default library for target specified here

Comments
4 min read
TS1472: 'catch' or 'finally' expected

TS1472: 'catch' or 'finally' expected

Comments
4 min read
TS2307: Cannot find module '{0}' or its corresponding type declarations

TS2307: Cannot find module '{0}' or its corresponding type declarations

Comments
4 min read
TS1410: File is matched by 'files' list specified here

TS1410: File is matched by 'files' list specified here

Comments
4 min read
TS2333: 'this' cannot be referenced in constructor arguments

TS2333: 'this' cannot be referenced in constructor arguments

Comments
4 min read
TS2308: Module {0} has already exported a member named '{1}'. Consider explicitly re-exporting to resolve the ambiguity

TS2308: Module {0} has already exported a member named '{1}'. Consider explicitly re-exporting to resolve the ambiguity

Comments
4 min read
TS2306: File '{0}' is not a module

TS2306: File '{0}' is not a module

Comments
4 min read
TS2205: Construct signatures with no arguments have incompatible return types '{0}' and '{1}'

TS2205: Construct signatures with no arguments have incompatible return types '{0}' and '{1}'

Comments
4 min read
TS2207: The 'type' modifier cannot be used on a named export when 'export type' is used on its export statement

TS2207: The 'type' modifier cannot be used on a named export when 'export type' is used on its export statement

Comments
4 min read
TS1397: Imported via {0} from file '{1}' to import 'jsx' and 'jsxs' factory functions

TS1397: Imported via {0} from file '{1}' to import 'jsx' and 'jsxs' factory functions

Comments
4 min read
TS1394: Imported via {0} from file '{1}' with packageId '{2}'

TS1394: Imported via {0} from file '{1}' with packageId '{2}'

Comments
4 min read
TS1403: Type library referenced via '{0}' from file '{1}' with packageId '{2}'

TS1403: Type library referenced via '{0}' from file '{1}' with packageId '{2}'

Comments
4 min read
Tailwind and nextjs

Tailwind and nextjs

Comments
3 min read
nextjs postgres

nextjs postgres

Comments
3 min read
django and next js

django and next js

1
Comments
3 min read
jira Nextjs

jira Nextjs

Comments
2 min read
bootstrap next js

bootstrap next js

Comments
2 min read
TS1388: Constructor type notation must be parenthesized when used in an intersection type

TS1388: Constructor type notation must be parenthesized when used in an intersection type

Comments
3 min read
TS1381: Unexpected token. Did you mean `{'}'}` or `}`?

TS1381: Unexpected token. Did you mean `{'}'}` or `}`?

Comments
3 min read
TS1371: This import is never used as a value and must use 'import type' because 'importsNotUsedAsValues' is set to 'error'

TS1371: This import is never used as a value and must use 'import type' because 'importsNotUsedAsValues' is set to 'error'

Comments
3 min read
TS1366: Split into two separate import declarations

TS1366: Split into two separate import declarations

Comments
3 min read
TS1350: Print the final configuration instead of building

TS1350: Print the final configuration instead of building

Comments
3 min read
TS1333: 'unique symbol' types may not be used on a variable declaration with a binding name

TS1333: 'unique symbol' types may not be used on a variable declaration with a binding name

Comments
3 min read
TS1329: '{0}' accepts too few arguments to be used as a decorator here. Did you mean to call it first and write '@{0}()'?

TS1329: '{0}' accepts too few arguments to be used as a decorator here. Did you mean to call it first and write '@{0}()'?

Comments
3 min read
Nextjs 13 tailwind

Nextjs 13 tailwind

Comments
3 min read
Nestjs and Nextjs

Nestjs and Nextjs

Comments
3 min read
React with nextjs

React with nextjs

Comments
3 min read
TS1308: 'await' expressions are only allowed within async functions and at the top levels of modules

TS1308: 'await' expressions are only allowed within async functions and at the top levels of modules

Comments
3 min read
TS1300: 'with' statements are not allowed in an async function block

TS1300: 'with' statements are not allowed in an async function block

Comments
3 min read
Heroku nextjs

Heroku nextjs

Comments
3 min read
Woocommerce nextjs

Woocommerce nextjs

Comments
3 min read
TS1236: The return type of a property decorator function must be either 'void' or 'any'

TS1236: The return type of a property decorator function must be either 'void' or 'any'

Comments
3 min read
TS1231: An export assignment must be at the top level of a file or module declaration

TS1231: An export assignment must be at the top level of a file or module declaration

Comments
3 min read
TS1205: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'

TS1205: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'

1
Comments
3 min read
TS1177: Binary digit expected

TS1177: Binary digit expected

Comments
3 min read
TS1190: The variable declaration of a 'for...of' statement cannot have an initializer

TS1190: The variable declaration of a 'for...of' statement cannot have an initializer

Comments
3 min read
TS1148: Cannot use imports, exports, or module augmentations when '--module' is 'none'

TS1148: Cannot use imports, exports, or module augmentations when '--module' is 'none'

Comments
3 min read
TS1156: 'const' declarations can only be declared inside a block

TS1156: 'const' declarations can only be declared inside a block

Comments
3 min read
TS1149: File name '{0}' differs from already included file name '{1}' only in casing

TS1149: File name '{0}' differs from already included file name '{1}' only in casing

Comments
3 min read
TS1121: Octal literals are not allowed in strict mode

TS1121: Octal literals are not allowed in strict mode

Comments
3 min read
TS1117: An object literal cannot have multiple properties with the same name

TS1117: An object literal cannot have multiple properties with the same name

Comments
3 min read
Next.js Tutorial Medium

Next.js Tutorial Medium

Comments
3 min read
TS1095: A 'set' accessor cannot have a return type annotation

TS1095: A 'set' accessor cannot have a return type annotation

Comments
3 min read
TS1089: '{0}' modifier cannot appear on a constructor declaration

TS1089: '{0}' modifier cannot appear on a constructor declaration

Comments
3 min read
TS1085: Octal literals are not available when targeting ECMAScript 5 and higher. Use the syntax '{0}'

TS1085: Octal literals are not available when targeting ECMAScript 5 and higher. Use the syntax '{0}'

Comments
3 min read
TS1079: A '{0}' modifier cannot be used with an import declaration

TS1079: A '{0}' modifier cannot be used with an import declaration

Comments
3 min read
TS1071: '{0}' modifier cannot appear on an index signature

TS1071: '{0}' modifier cannot appear on an index signature

Comments
3 min read
Auth0 With Nextjs

Auth0 With Nextjs

Comments
3 min read
TS1061: Enum member must have initializer

TS1061: Enum member must have initializer

Comments
3 min read
TS1055: Type '{0}' is not a valid async function return type

TS1055: Type '{0}' is not a valid async function return type

Comments
3 min read
TS1042: '{0}' modifier cannot be used here

TS1042: '{0}' modifier cannot be used here

Comments
3 min read
Next.js Beginner Guide

Next.js Beginner Guide

1
Comments
2 min read
Learn Next.js Before React

Learn Next.js Before React

Comments
3 min read
Next.js Tutorial for Beginners

Next.js Tutorial for Beginners

Comments
2 min read
loading...