Skip to content

Commit

Permalink
fix: πŸ› KendoUI spits error on TabStrip component
Browse files Browse the repository at this point in the history
A known issue here: telerik/kendo-react#723.
Workaround was to disable animation as suggested by simonssspirit
  • Loading branch information
G6 committed Sep 27, 2021
1 parent 5462ac3 commit 473a155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Modals/Client/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ function CreateClientModal() {
selected={selected}
onSelect={handleSelect}
className="z-20 pt-16 px-10"
animation={false}
>
<TabStripTab title="General">
<form
Expand Down

0 comments on commit 473a155

Please sign in to comment.