``` backend.js:32 Uncaught TypeError: Cannot read property 'sub' of undefined at g (backend.js:32) at e (backend.js:8) ``` It happens when a server returns a string without HTML. I suppose React dev tools expect DOM. 