We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3999e7 commit 730eb31Copy full SHA for 730eb31
client/modules/Preview/EmbedFrame.jsx client/modules/Preview/EmbedFrame.tsxclient/modules/Preview/EmbedFrame.jsx renamed to client/modules/Preview/EmbedFrame.tsx
@@ -315,7 +315,9 @@ EmbedFrame.propTypes = {
315
PropTypes.shape({
316
id: PropTypes.string.isRequired,
317
name: PropTypes.string.isRequired,
318
- content: PropTypes.string.isRequired
+ content: PropTypes.string.isRequired,
319
+ blobUrl: PropTypes.string, // Optional as per the File interface
320
+ children: PropTypes.arrayOf(PropTypes.string).isRequired // Matches the File interface
321
})
322
).isRequired,
323
isPlaying: PropTypes.bool.isRequired,
0 commit comments