rsnext/test/integration/development-hmr-refresh/pages/with+Special&Chars=.js
dave 1b2e0799c3
fix development mode bug with pages with "+" and other special characters (#28122)
* add encodeURIComponent so certain characters don't bug out (fixes #22099)

* add integration test for pr #28122
2021-08-17 12:13:33 -05:00

9 lines
258 B
JavaScript

export default function Page() {
return (
<>
if this page reloads during development mode, then the browser did not
connect to the on demand entries handler. see on-demand-entry-handler.ts
and on-demand-entries-utils.js
</>
)
}