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.
flashMessageDefaults: {
sticky: true,
preventDuplicates: true
}
I'm not overwriting this config anywhere else.
I want the messages to be sticky and this works fine when developing but when I run
ember build --environment productionthe prod version isn't sticky.I'm not overwriting this config anywhere else.