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
Currently code generated in types.ts contains a dprint /* dprint-ignore-start */ comment to prevent the initial EntryTypes type alias from getting formatted thereby causing errors when attempting to populate the members of this union type on subsequent hc scaffold entry-type runs. This is internal implementation that is getting leaked here and should ideally be hidden.
The text was updated successfully, but these errors were encountered:
Currently code generated in
types.ts
contains a dprint/* dprint-ignore-start */
comment to prevent the initialEntryTypes
type alias from getting formatted thereby causing errors when attempting to populate the members of this union type on subsequenthc scaffold entry-type
runs. This is internal implementation that is getting leaked here and should ideally be hidden.The text was updated successfully, but these errors were encountered: