Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/common/refresh-runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/*! Copyright (c) Meta Platforms, Inc. and affiliates. **/
/**
* This is simplified pure-js version of https://github.com/facebook/react/blob/main/packages/react-refresh/src/ReactFreshRuntime.js
* without IE11 compatibility and verbose isDev checks.
* without IE11 compatibility , verbose isDev checks.
* Some utils are appended at the bottom for HMR integration.
*/

Expand Down
Loading