We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4
xs
In /learn, we have a layout where xs={4} is required:
xs={4}
https://github.com/freeCodeCamp/freeCodeCamp/blob/b234cf80970e2b01a8175e4d9ce3a40ba0c85cbf/client/src/components/settings/certification.tsx#L391
But the Col component doesn't support 4 as an xs value:
Col
ui/src/col/types.ts
Line 4 in 3ee138b
The text was updated successfully, but these errors were encountered:
huyenltnguyen
Successfully merging a pull request may close this issue.
Description
In /learn, we have a layout where
xs={4}
is required:https://github.com/freeCodeCamp/freeCodeCamp/blob/b234cf80970e2b01a8175e4d9ce3a40ba0c85cbf/client/src/components/settings/certification.tsx#L391
But the
Col
component doesn't support4
as anxs
value:ui/src/col/types.ts
Line 4 in 3ee138b
The text was updated successfully, but these errors were encountered: