Cannot compile template (components) after migration from Nuxt UI Pro v1 to v3.
ERROR Could not compile template ui-pro/banner.ts. nuxt 22:59:41 ERROR Cannot read properties of undefined (reading 'theme') ERROR Could not compile template ui-pro/blog-post.ts. nuxt 22:59:41 ERROR Cannot read properties of undefined (reading 'theme') ... more errors like this
ERROR Could not compile template ui-pro/banner.ts. nuxt 22:59:41 ERROR Cannot read properties of undefined (reading 'theme') ERROR Could not compile template ui-pro/blog-post.ts. nuxt 22:59:41 ERROR Cannot read properties of undefined (reading 'theme') ... more errors like this
getting these errors for many nuxt ui pro components. I followed the migration steps outlined here: https://ui.nuxt.com/getting-started/migration but I still keep getting the errors. I upgraded tailwind, installed
"@nuxt/ui-pro": "^3.0.2",
"@nuxt/ui-pro": "^3.0.2",
and updated all files as shown in the migration doc.