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
bug #1745 Allow debuging components with union typed props (alucas-campings)
This PR was merged into the 2.x branch.
Discussion
----------
Allow debuging components with union typed props
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Issues | N.A.
| License | MIT
When a component has a property with an union type, the debug command crash with `Attempted to call an undefined method named "getName" of class "ReflectionUnionType"`. This fix the issue.
Commits
-------
8b2719c Allow debuging components with union typed props
0 commit comments