Renamed and updated README with information
This commit is contained in:
parent
334ec4b136
commit
c4b402fb8e
@ -1,5 +0,0 @@
|
||||
# README
|
||||
```
|
||||
rustup override set nightly
|
||||
trunk serve --open
|
||||
```
|
||||
@ -1,5 +1,9 @@
|
||||
# README
|
||||
```
|
||||
rustup override set nightly
|
||||
rustup target add wasm32-unknown-unknown
|
||||
trunk serve --open
|
||||
```
|
||||
```
|
||||
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.
|
||||
Loading…
Reference in New Issue
Block a user