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
#616 added a type property to elements that are part of the state. The string literals used in this PR overlap with the string literals for the types in shared/src/models/utils/start-points.ts.
Although there should not be a situation in which we have to differentiate between an element from #616 and a StartPoint from the file mentioned above, the type properties should be unique to avoid confusion.
The text was updated successfully, but these errors were encountered:
#616 added a
type
property to elements that are part of the state. The string literals used in this PR overlap with the string literals for the types inshared/src/models/utils/start-points.ts
.Although there should not be a situation in which we have to differentiate between an element from #616 and a
StartPoint
from the file mentioned above, thetype
properties should be unique to avoid confusion.The text was updated successfully, but these errors were encountered: