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
I have a typescript error with the #editor attribut in the template Column slot :
When I put my mouse on the data or field I have the error :
the property data doesn't exists on type Node<RendererNode, RendererElement, { [key: string]: any; }>[]'
or the property field doesn't exists on type Node<RendererNode, RendererElement, { [key: string]: any; }>[]'
Can you help me or say me if it's a problem in my code please ?
Thanks by advance.
Best regards
The text was updated successfully, but these errors were encountered:
Hello,
I have a typescript error with the
#editor
attribut in the template Column slot :When I put my mouse on the data or field I have the error :
the property data doesn't exists on type Node<RendererNode, RendererElement, { [key: string]: any; }>[]'
or
the property field doesn't exists on type Node<RendererNode, RendererElement, { [key: string]: any; }>[]'
Can you help me or say me if it's a problem in my code please ?
Thanks by advance.
Best regards
The text was updated successfully, but these errors were encountered: