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
Describe the Bug
The sizing columns don't seem to work anymore after upgrading to beta-7/8. The "size" attribute seems to be ignored. Having a col-4 and a col-8 leads to a 50%/50% row split.
note: My IDE linting claims, that attribute is not defined (even though I checked implementation and it seems it is ...)
Additional Context
It was working fine with ionic 4 beta (I think it was v5) and the issue was introduced while updating to beta-7. I must admit, that I also run the migration tool while updating dependencies and I might have introduced bugs fixing the breaking changes, but I can't find anything that can be related to this issue.
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Bug Report
Describe the Bug
The sizing columns don't seem to work anymore after upgrading to beta-7/8. The "size" attribute seems to be ignored. Having a col-4 and a col-8 leads to a 50%/50% row split.
note: My IDE linting claims, that attribute is not defined (even though I checked implementation and it seems it is ...)
Related Code
Example 1: inside ion-menu
Example 2:
Additional Context
It was working fine with ionic 4 beta (I think it was v5) and the issue was introduced while updating to beta-7. I must admit, that I also run the migration tool while updating dependencies and I might have introduced bugs fixing the breaking changes, but I can't find anything that can be related to this issue.
The text was updated successfully, but these errors were encountered: