Skip to content

Commit

Permalink
build: run build
Browse files Browse the repository at this point in the history
  • Loading branch information
brankoconjic committed May 11, 2024
1 parent 9962ee8 commit 8871463
Show file tree
Hide file tree
Showing 2 changed files with 317 additions and 277 deletions.
2 changes: 1 addition & 1 deletion apps/docs/src/examples/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3275,7 +3275,7 @@ export function Example() {
return (
<Tag
closable
onClose={(e) => {
onClose={(e: React.MouseEvent) => {
e.preventDefault();
// eslint-disable-next-line no-console
alert("Custom onClose callback with preventDefault()");
Expand Down
Loading

0 comments on commit 8871463

Please sign in to comment.