-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
enviornment.js flashMessageDefaults.sticky being ignored for prod build #162
Comments
Could you verify that these defaults are being set in the |
Here is my current config:
I have tried the following for
No dice. |
Thanks for the detailed response! That's very odd, I don't do any environment checking in this addon. Could you please show me what the properties defined on your service looks like? If you open the ember-inspector in the production app you should be able to see something like this in the |
I don't think this has anything to do with the environment. I'm seeing |
And, of course, as soon as I posted that it started working in all environments. Never mind. sigh |
It only gets picked up when running ember serve but not for builds in my case. |
Do you see anything that I might be doing wrong? |
It's been awhile and figured I would check in on this issue. Any progress on wiring up the configuration overwrites correctly? I just had to do a new build on a new machine which pulled down a new copy of your addon which obviously wouldn't have my "hack" fix in the addonDefaults config obj. |
I have been having the same issue. Once I think it works, it breaks again… Warning type was working fine, just not error. |
I want the messages to be sticky and this works fine when developing but when I run
ember build --environment production
the prod version isn't sticky.I'm not overwriting this config anywhere else.
The text was updated successfully, but these errors were encountered: