Boolean values in maps print as null
Navigation Menu
{{ message }}
binaryage / cljs-devtools Public
- Notifications You must be signed in to change notification settings
- Fork 51
Closed
Closed
Description
opened
on Jul 26, 2018This:
(js/console.log {:a false})
Prints:
:a | null
Even though:
(js/console.log {:a true})
Prints:
:a | true
Am I missing something or is it weird to print null for false and true for true?
Metadata
Metadata
Assignees
No one assigned
Labels
No labels
No labels
Type
No type
Projects
No projects
Milestone
No milestone
Relationships
None yet
Development
No branches or pull requests
Issue actions