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
{{ message }}
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
When using preact-compat and preact-redux in an application all child components of connect appear as <cl> in devtools instead of it's actual displayName.
When running the line $r.constructor on a <cl> component in devtools, it appears that the following line is the cause https://github.com/developit/preact-compat/blob/master/src/index.js#L393.
When using preact-compat and preact-redux in an application all child components of
connect
appear as<cl>
in devtools instead of it's actual displayName.When running the line
$r.constructor
on a<cl>
component in devtools, it appears that the following line is the cause https://github.com/developit/preact-compat/blob/master/src/index.js#L393.This issue might be related to #349.
Thanks @robertknight & @developit for help uncovering this issue with me in slack.
The text was updated successfully, but these errors were encountered: