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?
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?