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
Something to do with a newer vue version was causing component type
declaration to use `import("vue").PublicProps` instead
`import("vue").VNodeProps`. This resulted in type `any` when importing
`EventCalendar` into a project.
0 commit comments