Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Patch `@lingui/core` to fix `unraw` import resolution error (#2548)

authored by

Eric Bailey and committed by
GitHub
64f7800b f1e58626

+10
+10
patches/@lingui+core+4.5.0.patch
··· 1 + diff --git a/node_modules/@lingui/core/dist/index.mjs b/node_modules/@lingui/core/dist/index.mjs 2 + index 9759736..881f67b 100644 3 + --- a/node_modules/@lingui/core/dist/index.mjs 4 + +++ b/node_modules/@lingui/core/dist/index.mjs 5 + @@ -1,4 +1,4 @@ 6 + -import unraw from 'unraw'; 7 + +import { unraw } from 'unraw'; 8 + import { compileMessage } from '@lingui/message-utils/compileMessage'; 9 + 10 + const isString = (s) => typeof s === "string";