'noop' refers to a value, but is being used as a type here. Did you mean 'typeof noop'?
leafac opened this issue · 2 comments
leafac commented
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'?
fabiospampinato commented
You might be on an older version of TS, I see no issues with that.
leafac commented
👍
Yeah, I just tested in typescript@4.3.2 and it’s working! Thanks!