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

Map inside Clerk table displays wierdly (:mvn/version "0.12.707") #390

Closed
teodorlu opened this issue Jan 21, 2023 · 3 comments
Closed

Map inside Clerk table displays wierdly (:mvn/version "0.12.707") #390

teodorlu opened this issue Jan 21, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@teodorlu
Copy link
Contributor

teodorlu commented Jan 21, 2023

Hi!

When I render a map in a Clerk table, the viewer seems to choke. Strings look like symbols, and a closing } is missing.

Let me know if you want more details!

Teodor

(clerk/table
 [{"password" "abc"
   "hash(password)" {:rainbowtable/password "6fee74066d6f9452b311669272b91809504534c5"}}
  {"password" "cat"
   "hash(password)" {:rainbowtable/password "9d989e8d27dc9e0ec3389fc855f142c3d40f0c50"}}])

image

image

@mk mk added the bug Something isn't working label Feb 5, 2023
@mk
Copy link
Member

mk commented Feb 8, 2023

Our parens rewriting is probably to blame for this. @zampino can you take a look here when you're back?

@mk
Copy link
Member

mk commented Feb 13, 2023

@teodorlu see the attached fix, thanks for the report!

@teodorlu
Copy link
Contributor Author

Perfect, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants