rsnext/test/e2e/ignore-invalid-popstateevent/app/pages/static.js
Hannes Bornö 5739edc7cf
Ignore popstate with invalid state (#37110)
* Ignore popstate with invalid state

* Make tests pass

* i18n case fixed

* Fix lint error

* Unhandled Promise Rejection

* Revert "Unhandled Promise Rejection"

This reverts commit ac4fde7654ed549822185ab0229a6d01c6ea194f.

* fix type check

Co-authored-by: JJ Kasper <jj@jjsweb.site>
2022-05-28 20:07:44 -05:00

3 lines
79 B
JavaScript

export default function StaticPage() {
return <p id="page-type">static</p>
}