diff --git a/# README.md b/# README.md deleted file mode 100644 index 7367747..0000000 --- a/# README.md +++ /dev/null @@ -1,5 +0,0 @@ -# README -``` - rustup override set nightly - trunk serve --open - ``` \ No newline at end of file diff --git a/README.md b/README.md index 7367747..c793fac 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # README ``` rustup override set nightly + rustup target add wasm32-unknown-unknown trunk serve --open - ``` \ No newline at end of file + ``` + The table column's header ("Name") should sort the column alphabetically, instead it causes a panic (unreachable code) visible in the browser's console. + + Interestingly, removing the `#[table(skip)]` decorator on Item's `id` field will prevent this bug from occurring. \ No newline at end of file