I installed the fullcalendar library to my Vue 3 project but when I serve the application, I get a warning in my terminal that says:
export 'default' (imported as 'Vue') was not found in 'vue'
This crashes the app with the same error when I open the browser. I tried creating the shim.d.ts with the required content but this doesn't still solve the problem. Is there any workaround for this or is this library not supported with Vue 3?