Skip to content

Commit

Permalink
chore(types): 🏷️ supress type issue (#2829)
Browse files Browse the repository at this point in the history
  • Loading branch information
kopach authored Jan 21, 2025
1 parent 3ed5877 commit e35dfba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/utils/responsive-props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export function mergeResponsiveProps(
return (prop.length > 4 ? prop.slice(0, 4) : prop).reduce(
(acc, next, index) => {
if (next !== null && next !== undefined) {
// @ts-ignore TS7005
acc[breakpoints[index]] = next;
}

Expand Down

0 comments on commit e35dfba

Please sign in to comment.