-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Following error with Beta 10:
[Vue warn]: Error in render: "ReferenceError: rreturn is not defined"
I look at my bundle and see 'rreturn' the following function:
function shouldRenderSlot(data, componentOptions) {
rreturn(data && componentTypes.includes(data.slot)) || isValidChild(componentOptions);
}