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

[BUG] look into Map/Set refs handling when serializing #27084

Closed
mxschmitt opened this issue Sep 14, 2023 · 3 comments
Closed

[BUG] look into Map/Set refs handling when serializing #27084

mxschmitt opened this issue Sep 14, 2023 · 3 comments
Assignees
Labels

Comments

@mxschmitt
Copy link
Member

No description provided.

@mxschmitt mxschmitt self-assigned this Sep 14, 2023
@Tallyb
Copy link

Tallyb commented Sep 17, 2023

I get an error when trying to get an angular component using evaluate function as follow:

      const ngCmp = await locator.evaluate((c) => {
        const comp = window['ng'].getComponent(c);
        return comp;
      });

This is a regression from PW 1.37.1.
1.3.71 - angular component object returned.
1.38.0 - getting undefined.

(FFIW: if I am trying to get an attribute on the component as follow it works.

        const value = window['ng'].getComponent(c)[att];
        return value;

)
Do you think this is related?

@mxschmitt
Copy link
Member Author

Unrelated to your comment Tally. We don't plan to implement this issue.

Re your comment, looks like a regression, please file separately.

@mxschmitt mxschmitt closed this as not planned Won't fix, can't repro, duplicate, stale Sep 17, 2023
@Tallyb
Copy link

Tallyb commented Sep 22, 2023

Curious to know @mxschmitt , as it seems related to the fixed bug, no?
#27181

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

No branches or pull requests

2 participants