ReactErrorDecoder: fix using wrong react version's error map (#2040)

Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
maisy 2023-12-09 20:36:58 +00:00 committed by GitHub
parent 534ca1e28d
commit 510bfb8fa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 4 deletions

View file

@ -395,6 +395,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({
name: "Korbo",
id: 455856406420258827n
},
maisymoe: {
name: "maisy",
id: 257109471589957632n,
},
} satisfies Record<string, Dev>);
// iife so #__PURE__ works correctly