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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Major Changes
#577f0c6656 Thanks @francinelucca! - - BREAKING CHANGE: Deleted the no-system-props rule to eliminate checks for styled-system props in components.
BREAKING CHANGE: Removed the no-unnecessary-components rule that enforced the use of plain HTML elements over Box and Text when not using sx for styling.
BREAKING CHANGE: Eliminated the use-styled-react-import rule that enforced importing components from @primer/styled-react when using the sx prop.