You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
L3P3
changed the title
_ensureResponsivePlugin produces confusing console warnings
responseConfig produces confusing console warnings [probably a quick fix]
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.The text was updated successfully, but these errors were encountered: