Skip to content

Commit

Permalink
fix: remove ts warning
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Jan 20, 2022
1 parent f25069b commit 4314672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/box/box-base.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable react/require-default-props */
import React, { Ref } from 'react';
import { renderCSS } from '@lib/utils/renderCSS';
Expand Down

3 comments on commit 4314672

@vercel
Copy link

@vercel vercel bot commented on 4314672 Jan 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4314672 Jan 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4314672 Jan 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sknui-demobase-react – ./examples/demo_base

sknui-demobase-react-git-main-skynexui.vercel.app
sknui-demobase-react-skynexui.vercel.app
sknui-demobase-react.vercel.app

Please sign in to comment.