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
As mentioned in the linked thread, this will require some thought to handle both the breaking change in Quarto and older versions. We might require two scripts and use the correct one based on quarto version.
My understanding is that this should now be working again in the latest Quarto builds.
We should leave this open for the moment, however, since it's possible Quarto might re-enable the use of --cached-only in the future and if so our script will break again.
Should this have been fixed in Quarto v1.6.40? I tried to upgrade my blog from Quarto v1.5.57 to v1.6.40 and am hitting this error with the latest shinylive:
shinylive::assets_info()
#> shinylive R package version: 0.3.0.9000#> shinylive web assets version: 0.9.1
Also at quarto-ext/shinylive#65
In the current implementation,
codeblock-to-json.ts
uses:Quarto 1.6 introduced breaking changes, which require an update in the code in favour of sth like:
The text was updated successfully, but these errors were encountered: