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
chore: enable full strict mode for converged packages with new DX setup (#18524)
* chore: enable full strict mode for converged packages with new DX setup
* fix(react-menu): resolve tsc errors that appeared after enabling full strict mode
* fix(react-storybook): make tsc pass in strict mode
* Change files
* docs: update packages/react-menu/src/components/Menu/Menu.test.tsx
Co-authored-by: ling1726 <lingfangao@hotmail.com>
{/* @ts-expect-error - MenuItemComponent is union of 2 non-matching interfaces. Unnecessary narrowing logic would be needed which is out of scope for what is being tested */}
{/* @ts-expect-error - MenuItemComponent is union of 3 non-matching interfaces. Unnecessary narrowing logic would be needed which is out of scope for what is being tested */}
0 commit comments