Skip to content
Prev Previous commit
Next Next commit
Add a comment about keeping middleware and dev client in sync
  • Loading branch information
tharakawj committed Oct 4, 2017
commit 88cd256c60f755380596a4337c16e5f68c372c4e
1 change: 1 addition & 0 deletions packages/react-dev-utils/webpackHotDevClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ ErrorOverlay.listenToOpenInEditor(function OpenInEditor({
fileName,
lineNumber,
}) {
// Keep this sync with errorOverlayMiddleware.js
fetch(
`${launchEditorEndpoint}?fileName=` +
window.encodeURIComponent(fileName) +
Expand Down