cibernox / svelte-intl-precompile

I18n library for Svelte.js that analyzes your keys at build time for max performance and minimal footprint
https://svelte-intl-precompile.com
ISC License
274 stars 13 forks source link

Duplicate next input field #3

Closed stalkerg closed 3 years ago

stalkerg commented 3 years ago

If I have next code:

{$t('Page')}:
<input type="number"
              name="page"
              step="1"
              size="3"
              value={pageNumber}
>

it removes : and duplicates this input. Looks like the parser is broken. изображение

stalkerg commented 3 years ago

It's was Svelte 3.38 issue.

cibernox commented 3 years ago

Glad to hear! 😀