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
Other extensions with webviews use react, doing so would require changing the way state is handled. Currently state triggers a re-render which is pointless with react since react should manage updates and just get unmounted/mounted.
Conside using post message to update react instea of triggering vscode to completely re-render the view.
The text was updated successfully, but these errors were encountered:
Other extensions with webviews use react, doing so would require changing the way state is handled. Currently state triggers a re-render which is pointless with react since react should manage updates and just get unmounted/mounted.
Conside using post message to update react instea of triggering vscode to completely re-render the view.
The text was updated successfully, but these errors were encountered: