You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
console.log(set)
whereset
is aSet
object renders asSet { }
. Clicking on thatSet
object shows the methods onSet
, but still doesn't show the values. By contrast,Array
s render asArray [ ...items... ]
(and can be further expanded).Example playground: https://playground.solidjs.com/?hash=-1802735031&version=1.4.1
The text was updated successfully, but these errors were encountered: