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
Even after running the notebook code and disabling safe preview, the warning message still appears, and the field itself is unusable/uneditable - any changes the user makes to that value in the NumberField element does not save or propagate.
I had a go with Claude AI to try and diagnose and fix the issue in the Pluto code but was unsuccessful....React is not my thing.
The fix (maybe) is for the bonded elements to be regenerated once the safe preview is disabled, otherwise they are stuck in a disabled "safe preview" mode forever.
Unclear to me if this is a Pluto.jl or PlutoUI.jl bug given the safe preview logic is handled here, but it is not propagating to a PlutoUI element. Seems like it is a Pluto.jl issue but if actually the latter then this issue can be moved to that repo.
The text was updated successfully, but these errors were encountered:
Tiny reproduction is here:
https://gist.github.com/dpgarrick/9dccbeb1a09821402e2e27e385a2f2fc
Even after running the notebook code and disabling safe preview, the warning message still appears, and the field itself is unusable/uneditable - any changes the user makes to that value in the NumberField element does not save or propagate.
I had a go with Claude AI to try and diagnose and fix the issue in the Pluto code but was unsuccessful....React is not my thing.
The fix (maybe) is for the bonded elements to be regenerated once the safe preview is disabled, otherwise they are stuck in a disabled "safe preview" mode forever.
Unclear to me if this is a Pluto.jl or PlutoUI.jl bug given the safe preview logic is handled here, but it is not propagating to a PlutoUI element. Seems like it is a Pluto.jl issue but if actually the latter then this issue can be moved to that repo.
The text was updated successfully, but these errors were encountered: