-
Notifications
You must be signed in to change notification settings - Fork 137
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
There are multiple templates named 'leaderboard' #482
Comments
I also saw this behavior and was unable to build render my application correctly because of issues with the leaderboard template: |
Weird. The leaderboard template is used in examples but they're not supposed to be part of the package. I published with a newer version of meteor than I've used in the past so maybe it included those files even though they're not listed in package.js. I haven't been keeping up with the changes to meteor. |
Can confirm, same issue with multiple templates with one name. Switched back to 0.8.42, everything works fine. Maybe changes in build process. EDIT Having no other ideas I tried replacing old @s7dhansh thought the same about eager loading, but what's the point of adding files explicitly then... |
I think the |
I published 0.8.44 with an older version of meteor to see if it fixes the problem. I didn't make any other changes. Let me know if it works. |
Yes it does. The |
Yes, that worked for me as well. Thanks! |
After updating to 0.8.43 I saw the above error in the console, and the app doesn't load.
I downgraded to 0.8.42 and my app is working again.
Please fix this problem so that we can use the latest version.
Thank you.
The text was updated successfully, but these errors were encountered: