Closed hijhem closed 10 months ago
After having updated vue to 3.4 I'm getting the following error in console:
As far as I can see, the problem is caused by translation with replacements. Weirdly enough, translation seems to work even when the error happens.
When I downgrade vue back to 3.3, the error disappears.
Some context Line that causes the problem
$t('out of :total results', { total: totalFormatted })
Maybe it's related to 3.4 reactivity changes and watchEffect in wTrans method doesn't get called anymore
watchEffect
wTrans
Thanks for the report @goale.
Will check that case.
Fixed and released on v2.7.6.
v2.7.6
Thanks.
After having updated vue to 3.4 I'm getting the following error in console:
As far as I can see, the problem is caused by translation with replacements. Weirdly enough, translation seems to work even when the error happens.
When I downgrade vue back to 3.3, the error disappears.
Some context Line that causes the problem
Maybe it's related to 3.4 reactivity changes and
watchEffect
inwTrans
method doesn't get called anymore