ts-error-translator icon indicating copy to clipboard operation
ts-error-translator copied to clipboard

Translation request for 6244: Import 'SearchList' conflicts with local value, so must be declared with a type-only import when 'isolatedModules' is enabled.

Open ooker777 opened this issue 1 year ago • 0 comments

Error

Import 'SearchList' conflicts with local value, so must be declared with a type-only import when 'isolatedModules' is enabled.

Translation

Use import type SearchList from ... instead of import SearchList from ..., since there is already a local variable named SearchList in this file.

ooker777 avatar Mar 31 '24 04:03 ooker777