-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MdApp] rreturn is not defined #1727
Comments
[Edit]: Oops, just noticed that someone already reported this as a new issue in #1735. Please ignore. I'm still seeing the Here is a shell session demonstrating (I think) the issue. This is in a fresh directory where I just ran [ma@march vm2]? npm --version
5.5.1
[ma@march vm2]? npm install --save vue vue-material
npm notice created a lockfile as package-lock.json. You should commit this file.
+ vue-material@1.0.0-beta-10.1
+ vue@2.5.16
added 2 packages in 4.121s
[ma@march vm2]? fgrep -lr rreturn node_modules/vue-material/*
node_modules/vue-material/dist/vue-material.min.js
node_modules/vue-material/dist/vue-material.js
node_modules/vue-material/dist/components/MdApp/index.js
node_modules/vue-material/dist/components/index.js |
Thanks this will really help me alot |
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);
}
The text was updated successfully, but these errors were encountered: