Closed ianjennings closed 4 years ago
I believe this is an issue with how REPLState
encodes and decodes empty strings; the backend should already be able to handle this. As you mentioned this morning, we can modify REPLState
to store raw strings instead of base64 encoding and it will probably fix this issue
Right now we need to have a custom plugin before any of the server functions work. We shouldn't have to have a custom plugin on the client to save.
@garrettluu says:
See #93.