Skip to content

Using i18nextEager pipe now triggers runtime error #139

Description

@wjbux

Hi Sergey, thank you for taking the time to look at this.

After upgrading to Angular 20 and using the i18nextEager pipe, I consistently get NG203 errors (below).

Image

I believe this is because now the pipe is a standalone component, it is attempting to call takeUntilDestroyed() outside an injection context, which requires a DestroyRef to be passed to it. Could be wrong but I believe this is the issue.

Any help appreciated!

EDIT - I believe this happens here

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions