From c4b402fb8e8f0478737921991efe92037a526a15 Mon Sep 17 00:00:00 2001 From: Matt Rasmussen Date: Tue, 13 Feb 2024 21:38:37 -0800 Subject: [PATCH] Renamed and updated README with information --- # README.md | 5 ----- README.md | 6 +++++- 2 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 # README.md 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