fabiospampinato/noop-tag

'noop' refers to a value, but is being used as a type here. Did you mean 'typeof noop'?

leafac opened this issue · 2 comments

I believe the types that accompany this package have an issue:

node_modules/noop-tag/dist/index.d.ts:6:22 - error TS2749: 'noop' refers to a value, but is being used as a type here. Did you mean 'typeof noop'?

You might be on an older version of TS, I see no issues with that.

👍

Yeah, I just tested in typescript@4.3.2 and it’s working! Thanks!