caikan
caikan
> @FTAndy as of now slotted content is considered both part of the parent and the child so they get matched by scoped styles from both sides. @yyx990803 If slotted...
Try this alternative: ```js function extractMeta(route) { const routeRecord = route.matched.slice(-1)[0] if (routeRecord) { return routeRecord.components.default.sealedOptions.meta } } ```
Sinopia has stopped maintaining, you can try `verdaccio`(https://github.com/verdaccio/verdaccio).
I think that if recursive creation is not supported, it will not prevent people from trying to create nested Record/Tuple, but it will just make the code writing more cumbersome:...
Since it is deeply immutable, nested data must be converted to immutable. I don't think the more cumbersome way of writing it would make the code clearer to read. Also...