Skip to content

Commit 9e5e69e

Browse files
committed
working poc
1 parent ecd4914 commit 9e5e69e

File tree

3 files changed

+212
-105
lines changed

3 files changed

+212
-105
lines changed

special-pages/pages/history/app/components/SearchForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function useSearchShortcut(platformName) {
101101
* @param {string} [message]
102102
* @return {asserts condition}
103103
*/
104-
function invariant(condition, message) {
104+
export function invariant(condition, message) {
105105
if (condition) return;
106106
if (message) throw new Error('Invariant failed: ' + message);
107107
throw new Error('Invariant failed');

0 commit comments

Comments
 (0)