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

console.logging Sets doesn't show items #114

Closed
edemaine opened this issue Jul 10, 2022 · 1 comment
Closed

console.logging Sets doesn't show items #114

edemaine opened this issue Jul 10, 2022 · 1 comment

Comments

@edemaine
Copy link
Contributor

console.log(set) where set is a Set object renders as Set { }. Clicking on that Set object shows the methods on Set, but still doesn't show the values. By contrast, Arrays render as Array [ ...items... ] (and can be further expanded).

Example playground: https://playground.solidjs.com/?hash=-1802735031&version=1.4.1

@milomg
Copy link
Member

milomg commented Jul 11, 2022

Neat! This is an issue with eruda's internal library luna, specifically this file. Feel free to copy this issue there

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