Scott Rippey
Scott Rippey
Our type definition for this prop was incorrect, and has been fixed in #2419 👍 Thanks for finding this!
Fixed in `36.6.1` 👍
This has been fixed in the latest version. Thanks for reporting!
The CI failures are due to newly-added exports, but this will be fixed by #2431
I am currently investigating, and working on a fix. Thank you for reporting!
Fixed in `36.6.3`, thanks for reporting!
Thanks for posting this issue, I just started investigation!
I'm going to close this as a duplicate of #2346 -- please track all progress there
TypeScript 4.1 introduced these [Template Literal Types](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-1.html) ... so this issue appears to be due to the older TypeScript version being used. That being said, I'll investigate how often we...
@gksander We currently use "Template Literal Types" syntax in 2 places: [ComponentEventName] and [SafeAttribute]. Neither is too critical, and only provides a tiny-bit of type safety, so what do you...