Kamil Ejsymont
Kamil Ejsymont
Thanks for reply. I'll try to investigate the issue, maybe it's related to some particular chart parameter or something.
@snovity jQuery 2.2.4, but your solution works like a charm. Still - it's weird that we need empty templates for components. I'm wondering where the real reason of this "bug"...
It seems that this PR was a little premature, sorry for that. I made some investigation and it seems that the problem cause was custom `.active` class without any specificity....
> I'm not able to see any CSS style applied by Bootstrap 3.3.6 in the active class alone. Yes, exactly. Someone added custom class directly to Bootstrap CSS files 😕
Great, thanks!
Any news on this maybe?
Very similar situation occurs when checking Ember imports: ``` import Ember from 'ember'; import OnboardingButton from 'app/mixins/onboarding-button'; const { Component } = Ember; ``` is a duplication of something like...
I can confirm the bug is still out there. If there's some way for me to help - just let me know.