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
For some reason, using renv in an app project makes the app preview of shinyuieditor extremely slow. I'm not quite sure what to report to make this issue more useful. This is the script that i used to recreate the problem.
shinyuieditor::launch_editor(".")
At this moment, any template selected lead to an editor with an app preview that takes few seconds to load, and you can play with it normally.
I reinstalled shinyuieditor cause wasn't present in the new library created. The package itself and all the dependencies were simply linked from the cache.
shinyuieditor::launch_editor(".")
at this point the app preview is extremely slow. The only error appears when the editor is closed:
For some reason, using renv in an app project makes the app preview of shinyuieditor extremely slow. I'm not quite sure what to report to make this issue more useful. This is the script that i used to recreate the problem.
At this moment, any template selected lead to an editor with an app preview that takes few seconds to load, and you can play with it normally.
I reinstalled shinyuieditor cause wasn't present in the new library created. The package itself and all the dependencies were simply linked from the cache.
at this point the app preview is extremely slow. The only error appears when the editor is closed:
Error: invoke_wrapped: throwing std::runtime_error
but i'm not quite sure that is related to the problem.
The text was updated successfully, but these errors were encountered: