The formatters of i18n (interpolation.format) are not being taken to the client, therefore the whole interpolation part cannot be used inside the web components right now, it is only being applied in the server components and during the SSR of the Web Components.
Fixes https://github.com/brisa-build/brisa/issues/545
The formatters of i18n (
interpolation.format
) are not being taken to the client, therefore the whole interpolation part cannot be used inside the web components right now, it is only being applied in the server components and during the SSR of the Web Components.