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
Using <SystemMessage> with children in a NodeJS application with TSC v.5.8.2 I get an error message.
TSX
<SystemMessage priority={1000}>
What a great system.
</SystemMessage>
Error:
Type '{ children: any[]; priority: number; }' is not assignable to type 'ChatMessageProps'.
Property 'children' does not exist on type 'ChatMessageProps'.ts(2322)
Is prompt-tsx not supported in TypeScript 5.8.2? Is there plans to add support?
The text was updated successfully, but these errors were encountered:
Using
<SystemMessage>
with children in a NodeJS application with TSC v.5.8.2 I get an error message.TSX
Error:
Is prompt-tsx not supported in TypeScript 5.8.2? Is there plans to add support?
The text was updated successfully, but these errors were encountered: