Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/purple-gifts-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@stakekit/widget": patch
---

fix(widget): layout size change
42 changes: 0 additions & 42 deletions packages/examples/with-vite-bundled/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/widget/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const Widget = () => {
* Dont unmount details page with tabs
* Handle position details pages in their own Routes
*/
const key = detailsMatch ? "/" : current.pathname;
const key = detailsMatch ? "/" : current.key;

if (underMaintenance) return <UnderMaintenance />;

Expand Down