Skip to content
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

Only first formatter is called when using multiple formatters #1689

Closed
bsShoham opened this issue Nov 9, 2021 · 1 comment
Closed

Only first formatter is called when using multiple formatters #1689

bsShoham opened this issue Nov 9, 2021 · 1 comment

Comments

@bsShoham
Copy link

bsShoham commented Nov 9, 2021

🐛 Bug Report

When using multiple formatters as in docs, only the first formatter is called

To Reproduce

A sandbox with reproduction of the bug
https://codesandbox.io/s/multiple-formatters-doesnt-work-dfvng
currently you'll see that only the first formatter is called (you can switch order of the formatters to see it's always the first)

Expected behavior

Both (or more if there are) formatters will be called in the order they appear in

Your Environment

  • runtime version: browser
  • i18next version: 21.4.1
  • any other relevant information: I'm using it with react-i18next because that's the way I'm working currently, but the logic is in the base package (i18next)
@adrai adrai closed this as completed in 7969e35 Nov 9, 2021
@adrai
Copy link
Member

adrai commented Nov 9, 2021

should be fixed with v21.4.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants