We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CodeExpression
output
This illustrates the problem - the two code expressions, which initially have no output, have successfully executed but their output is not rendered:
This is despite the fact that the output slot has been updated,
<span class="hidden slot sc-stencila-code-expression-default sc-stencila-code-expression-default-s"> <output data-itemprop="output" slot="output"> <span itemtype="http://schema.stenci.la/Number" itemscope="">3</span> </output> </span>
When reloading the page the output is rendered properly,
Bug occurs on both Firefox and Chromium.
The text was updated successfully, but these errors were encountered:
alex-ketch
No branches or pull requests
This illustrates the problem - the two code expressions, which initially have no
output
, have successfully executed but theiroutput
is not rendered:This is despite the fact that the
output
slot has been updated,When reloading the page the
output
is rendered properly,Bug occurs on both Firefox and Chromium.
The text was updated successfully, but these errors were encountered: