Skip to content
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

responseConfig produces confusing console warnings [probably a quick fix] #382

Open
L3P3 opened this issue Aug 12, 2019 · 0 comments
Open

Comments

@L3P3
Copy link

L3P3 commented Aug 12, 2019

Using responseConfig on a component produces the following warning:
responsive plugin is deprecated; require "Ext.Responsive" instead
This is probably happening because _ensureResponsivePlugin is still called on all new Components.
Commenting out the call fixes this problem for me.
Shouldn't we just remove that ensureResponsivePlugin thingy or is there another reason for keeping it even after using the plugin is deprecated now? If I remember correctly, responsive props should work without requiring the plugin and in my case, it does that just perfectly.

@L3P3 L3P3 changed the title _ensureResponsivePlugin produces confusing console warnings responseConfig produces confusing console warnings [probably a quick fix] Aug 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant