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
The use of instanceof type is a discouraged practice, which leads to more difficult debugging. All of the uses of this pattern throughout the Concerto codebase, should be replaced with more robust alternatives.
The text was updated successfully, but these errors were encountered:
stefanblaginov
changed the title
Remove instanceof type checks from Concerto codebase
Planned deprecations
Dec 1, 2022
Planned deprecations 🪚
instanceof type
is a discouraged practice, which leads to more difficult debugging. All of the uses of this pattern throughout the Concerto codebase, should be replaced with more robust alternatives.The text was updated successfully, but these errors were encountered: