Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Can't call repr on a Checklist #301

Open
rmarren1 opened this issue Sep 13, 2018 · 1 comment
Open

Can't call repr on a Checklist #301

rmarren1 opened this issue Sep 13, 2018 · 1 comment

Comments

@rmarren1
Copy link
Contributor

You can call repr on every dash core component except for Checklist. It crashes with a maximum recursion error. This has been happening since 0.12.0 (I didn't look further back).

To reproduce, simply

python
>>> import dash_core_components as dcc
>>> dcc.Checklist()

This is super weird, I can't think of a reason that Checklist is special, other than that it is the first components. All of the components are built the same way.

@chriddyp
Copy link
Member

my guess is that it's related to this: #133

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants