tolgee / tolgee-js

Tolgee JavaScript libraries monorepo
https://tolgee.io
MIT License
218 stars 24 forks source link

Vue warning - ns prop type check failed #3299

Closed bitbybit closed 4 months ago

bitbybit commented 4 months ago

Hello there!

I have come into small problem with my Vue project which is also can be seen in Tolgee example project: https://github.com/tolgee/vue-example/blob/main/src/components/Namespaces.vue

Every time I pass namespace prop to T component I see such a warning in browser console:

[Vue warn]: Invalid prop: type check failed for prop "ns". Expected Object, got String with value "...". 
image

Hope it gets resolved in some future fixes