Skip to content

Commit

Permalink
add how to reproduce in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
regisrex committed Feb 7, 2024
1 parent 11bbd87 commit 8dca5c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
1. install dependencies with `yarn` and do `yarn worspace panel run dev`
2. go to `http://localhost:7777/p` and try to click on a navlink; it wont work


It will if you first build and run the build version with `yarn workspace panel run build` and `yarn workspace panel run start`

#### HMR issue

1. Try change something in `panel` and see that the changes are not reflected in the browser

0 comments on commit 8dca5c3

Please sign in to comment.