-
Notifications
You must be signed in to change notification settings - Fork 15
Demo content still showing in UI of project using tooltips #19
Comments
Hey! Yep, we just noticed that regression too. Not sure why yet, we think it's how Meteor eager loads files. Please force to version 0.5.2 for the time being. Sorry about that. |
Happening for me too. Any ETA for a fix? :) |
Try locking to 0.5.2 for now; I honestly have no idea why Meteor loads those .html files (we haven't specified Meteor to do so). |
Alright. Anyone coming across this issue, here's how you downgrade package back to version 0.5.2 for time being: |
If you put the example in the folder /private/ won't Meteor ignore it? Might be one way to work around the issue... alternatively it sounds like if the folder name starts with a dot Meteor ignores it as well. https://forums.meteor.com/t/best-way-to-have-meteor-ignore-files/4406 |
Could work too, yeah. |
Ah dang, moving it to I've just deleted the example folder altogether for now. We can restore it later. |
What I did was move the |
Just upgraded a project from 0.5.2 to lookback:[email protected]. When I view any page I see a huge demo of tooltips above my project's UI... perhaps the change made in 0.5.5 wasn't complete?
(My app's UI starts with "today" in the screen-shot above.)
The text was updated successfully, but these errors were encountered: