client icon indicating copy to clipboard operation
client copied to clipboard

fix: "Property X will overwrite the base property in Y" typescript error

Open GoogleFeud opened this issue 3 years ago • 0 comments

In Typescript 3.7 the declare keyword was added as a property modifier to specify that an inherited class property should have no initializer.

Seems like something in Typescript 4.3 made the change breaking, and now these fields must be either initialized or prefixed with the declare keyword.

GoogleFeud avatar Jun 24 '21 08:06 GoogleFeud