-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Number field broken since 3.13.0 - $tc is not a function #453
Comments
Hi, could it be that your app does not use const i18n = createI18n({
locale: 'en'
}); and then using it like this: app.use(i18n) |
Our app does indeed use meteor/examples/admin-sdk-plugin/src/Resources/app/administration/src/viewRenderer.ts Line 51 in 43aab7a
|
Is it possible for you to send me a more detailed |
Here is one with |
Ok, so the issues happens because A few ways to fix this bug:
The reason this bug appears is because Meteor 3 still uses the Options API to do translations and |
@Haberkamp : We already reverted to |
Package
@meteor/component-library
Package version
^3.13.0
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-bnlbnnhr?file=src%2FApp.vue
Steps to reproduce
mt-number-field
Actual behavior
An error occurs
Expected behavior
It should work without an error
System Info
Any additional comments?
Likely caused by this line: 3ddcd26#diff-8b997c46fb1e29550a38c10a142ec996c5df0cfca1caed44c84b8f82df497ddeR49
In our environment we have no
$tc
defined globally.Code of Conduct
The text was updated successfully, but these errors were encountered: