ead9793c0f
Accessing next/headers in tests results in an error because it's not in a Server Component context, so calling our regular `getL10n()` functions from inside Storybook would result in test failures. Instead, I replaced that call with a function that just loads the English strings directly, rather than looking at request headers. |
||
---|---|---|
.. | ||
main.ts | ||
preview-head.html | ||
preview.tsx |