File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ### 2.2.1 (2026-02-13)
5+
6+ * Fix the example package not being loaded by the draggable package element
7+
8+
49### 2.2.0 (2026-02-13)
510
611* Add an example package to test the scanner
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ import { useRef, useState } from 'react';
22
33import { ToastContainer , Zoom } from 'react-toastify' ;
44
5+ import { buildURL } from '@/lib/path_utils' ;
6+
57import { PackagesContext } from '@/contexts' ;
68
79import { Separator } from '@/components/ui/separator' ;
@@ -51,7 +53,7 @@ function App() {
5153 < Header />
5254 < PackageDropzone />
5355 < div className = 'absolute bottom-0 right-[-1em] -rotate-5 bg-background p-1' >
54- < DraggablePackage path = { staticPaths . examplePackages . tester } />
56+ < DraggablePackage path = { buildURL ( staticPaths . examplePackages . tester ) } />
5557 </ div >
5658 </ div >
5759
You can’t perform that action at this time.
0 commit comments