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

'_' is enumerable in ctx.slots in setup #1451

Closed
eolme opened this issue Jun 26, 2020 · 0 comments
Closed

'_' is enumerable in ctx.slots in setup #1451

eolme opened this issue Jun 26, 2020 · 0 comments

Comments

@eolme
Copy link
Contributor

eolme commented Jun 26, 2020

Version

3.0.0-beta.15

Reproduction link

https://codesandbox.io/s/enumerable-tbm36

Steps to reproduce

Object.keys(ctx.slots).forEach((name) => console.log(name))

What is expected?

_ is not enumerable

What is actually happening?

_ is enumerable

@github-actions github-actions bot locked and limited conversation to collaborators Nov 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant