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
Attempts to modify the source prop in an <Embed/> after the initial render result in the following error being thrown in the browser console:
Exception in event "callback": i is not a function d/this.handleMessage<@https://embed.runkit.com/:86:24
Based on the runkit embed docs, it appears that the underlying api call, notebook.setSource(source, callback), is not receiving the second argument, i.e. callback.
The text was updated successfully, but these errors were encountered:
Attempts to modify the source prop in an
<Embed/>
after the initial render result in the following error being thrown in the browser console:Exception in event "callback": i is not a function d/this.handleMessage<@https://embed.runkit.com/:86:24
Based on the runkit embed docs, it appears that the underlying api call,
notebook.setSource(source, callback)
, is not receiving the second argument, i.e.callback
.The text was updated successfully, but these errors were encountered: