rsnext/packages/react-dev-overlay
Joe Haddad 4cd85a43b4
Skip reading filesystem in favor of sourcesContent [ch1898] (#13677)
This skips reading from the file system because the `sourcesContent` can be used to access the source code.

I've completely removed the filesystem fallback, because it's probably not our code that'd be syntax highlighted anyway.
2020-06-02 16:32:27 +00:00
..
src Skip reading filesystem in favor of sourcesContent [ch1898] (#13677) 2020-06-02 16:32:27 +00:00
.gitignore [Fast Refresh] Redesigned Runtime Error Experience (#12222) 2020-04-30 10:50:25 -04:00
package.json v9.4.5-canary.5 2020-06-01 19:20:19 -04:00
README.md [Fast Refresh] Redesigned Runtime Error Experience (#12222) 2020-04-30 10:50:25 -04:00
tsconfig.json [Fast Refresh] Redesigned Runtime Error Experience (#12222) 2020-04-30 10:50:25 -04:00

@next/react-dev-overlay

A development-only overlay for developing React applications.