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 have been using Code-Medium for a while (thanks for a great tool!).
Recently, modifying a gist stopped working properly.
When I double click an existing gist when editing my story, the code-medium interface appears but completely empty.
The "View on Github" button still works, though.
I get the following error:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'content')
at App.js:2:2522360
The gist name detection was broken, it is extracted from the gist iframe, but it contained an extra trailing space, e.g. react.js instead of react.js, as a result, it failed when trying to access gist.files[gistName].content.
I've published v0.5.3 with the fix to both chrome and firefox store. We'll have to wait for review and approval, hopefully they don't take long.
I have been using Code-Medium for a while (thanks for a great tool!).
Recently, modifying a gist stopped working properly.
When I double click an existing gist when editing my story, the code-medium interface appears but completely empty.
The "View on Github" button still works, though.
I get the following error:
The json object of the gist being retrieved:
The text was updated successfully, but these errors were encountered: