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
DevTools only injects if the document contentType is text/html (see #17739). This change also required adding some checks for "'sub' of undefined" (see #17848).
Unfortunately the first change was released in v4.4.0 (January 3, 2020) and the second change has not yet been released. So this is a known issue and will be fixed by v4.4.1/v4.5.0 whenever it's released...which should be soon. I guess probably this week.
It happens when a server returns a string without HTML. I suppose React dev tools expect DOM.
The text was updated successfully, but these errors were encountered: