3️⃣ From now on, `resolveComponent` requires you to provide an actually existing component name. It will also return the typings of that particular component, instead of `ConcreteComponent | string`! 🌟 Bonus: when using this combined with `<component :is>`, it's now typed way more strictly.
0 likes 1 replies
?