You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a typing issue with the latest library
node_modules/antd/node_modules/rc-tree/lib/interface.d.ts:59:70 - error TS2344: Type 'DateType' does not satisfy the constraint 'BasicDataNode'.
59 export type KeyEntities<DateType = any> = Record<SafeKey, DataEntity<DateType>>;
~~~~~~~~
node_modules/antd/node_modules/rc-tree/lib/interface.d.ts:59:25
59 export type KeyEntities<DateType = any> = Record<SafeKey, DataEntity<DateType>>;
~~~~~~~~~~~~~~
This type parameter might need an `extends BasicDataNode` constraint.
BasicDataNode is a type from estree
The text was updated successfully, but these errors were encountered:
heath-freenome
changed the title
Seeing type issue with latest upgrade
Seeing type issue with latest upgrade for estree types
Oct 31, 2023
I'm getting the error below when I'm upgrading types in my
antd
implementation:There seems to be a typing issue with the latest library
BasicDataNode
is a type fromestree
The text was updated successfully, but these errors were encountered: