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

Angular 14.1.0 issue with implementing ComponentRef #48

Closed
tiberiuzuld opened this issue Jul 21, 2022 · 3 comments
Closed

Angular 14.1.0 issue with implementing ComponentRef #48

tiberiuzuld opened this issue Jul 21, 2022 · 3 comments
Assignees

Comments

@tiberiuzuld
Copy link

tiberiuzuld commented Jul 21, 2022

Error: node_modules/@ngxd/core/lib/adapter/adapter.experimental.d.ts:39:22 - error TS2720: Class 'DynamicComponentRef<T>' incorrectly implements class 'ComponentRef<T>'. Did you mean to extend 'ComponentRef<T>' and inherit its members as a subclass?
  Property 'setInput' is missing in type 'DynamicComponentRef<T>' but required in type 'ComponentRef<T>'.

39 export declare class DynamicComponentRef<T> implements ComponentRef<T> {
                        ~~~~~~~~~~~~~~~~~~~

  node_modules/@angular/core/index.d.ts:1377:14
    1377     abstract setInput(name: string, value: unknown): void;
                      ~~~~~~~~
    'setInput' is declared here.

I think it has to do with:

@thekiba
Copy link
Contributor

thekiba commented Jul 21, 2022

Thank you, I will look into this issue and fix it as soon as possible

@Vladyslav-Hrossu
Copy link

Vladyslav-Hrossu commented Aug 11, 2022

@thekiba
Hi there! Any estimations when the 14+ version will be released?

@thekiba thekiba self-assigned this Sep 19, 2022
@thekiba
Copy link
Contributor

thekiba commented Sep 19, 2022

@tiberiuzuld @Vladyslav-Hrossu, I apologize for the long answer. The new version is now available for use. Message to me if you have any problems.

@thekiba thekiba closed this as completed Sep 19, 2022
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

3 participants