Skip to content

Commit e35dfba

Browse files
authored
chore(types): 🏷️ supress type issue (#2829)
1 parent 3ed5877 commit e35dfba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/utils/responsive-props.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export function mergeResponsiveProps(
4343
return (prop.length > 4 ? prop.slice(0, 4) : prop).reduce(
4444
(acc, next, index) => {
4545
if (next !== null && next !== undefined) {
46+
// @ts-ignore TS7005
4647
acc[breakpoints[index]] = next;
4748
}
4849

0 commit comments

Comments
 (0)