Skip to content

Commit

Permalink
update dependencies array
Browse files Browse the repository at this point in the history
  • Loading branch information
anovazzi1 committed Aug 1, 2023
1 parent 0704707 commit a3c74c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/build/static/js/bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/chatWidget/chatWindow/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function ChatWindow({
position
)
);
}, [triggerRef]);
}, [triggerRef, width, height, position]);
const [sendingMessage, setSendingMessage] = useState(false);

function handleClick() {
Expand Down

0 comments on commit a3c74c0

Please sign in to comment.