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
In DiscussionEmbed components, it use remoteAuthS3 field in config props.
However, there is no remoteAuthS3 field in DiscussionEmbedConfig => results: type error
See here to find DiscussiongEmbeConfig type definition.
Describe the bug
In
DiscussionEmbed
components, it useremoteAuthS3
field inconfig
props.However, there is no
remoteAuthS3
field inDiscussionEmbedConfig
=> results: type errorDiscussiongEmbeConfig
type definition.To Reproduce
DiscussionEmbed
component, typescript make errorremoteAuthS3
inconfig
props.Expected behavior
DiscussionEmbed
component may needremoteAuthS3
field inconfig
props.DiscussionEmbedConfig
type may needremoteAuthS3
field.The text was updated successfully, but these errors were encountered: