v0.11.1
- Update Qwik to v.0.102.0 fba5f86
- Docs: add Translation functions & cleanup dbb94d2
- Refactor: make assets optional 325eeda
Recommendations:
- Define the type for
translationData:
const translationData = import.meta.glob<Translation>('/i18n/**/*.json');
- Turn off
qwik/use-method-usage
linter rule until this issue is resolved: QwikDev/qwik#3787