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
I'm trying to figure out why the Chrome app always sends back a string of JSON (return value from extractState) whereas the remote.io/local web app returns a decoded plain JS object.
I can see in the message from the remotedev server (running locally) that the state is JSON but has been re-encoded as a JSON string when using the Chrome app. When using remotedev.io/local I can see that it's a JSON object.
I can't try it out in the Chrome Tool (RemoteDev DevTools) because that doesn't display correctly and claims all states are equal.
All this testing was done with the same server (npm remotedev-server), same program connecting to the server, but with different viewing applications.
The text was updated successfully, but these errors were encountered:
I'm trying to figure out why the Chrome app always sends back a string of JSON (return value from extractState) whereas the remote.io/local web app returns a decoded plain JS object.
I can see in the message from the remotedev server (running locally) that the state is JSON but has been re-encoded as a JSON string when using the Chrome app. When using remotedev.io/local I can see that it's a JSON object.
I can't try it out in the Chrome Tool (RemoteDev DevTools) because that doesn't display correctly and claims all states are equal.
All this testing was done with the same server (npm remotedev-server), same program connecting to the server, but with different viewing applications.
The text was updated successfully, but these errors were encountered: