fix(fs.dev): Prevent navigation from overwriting keys
This commit is contained in:
parent
4a4794b415
commit
1b888f02f1
10 changed files with 1814 additions and 552 deletions
|
@ -6,6 +6,7 @@ export default (props) => {
|
|||
const app = useApp()
|
||||
return (
|
||||
<Page app={app} title='This is not a homepage'>
|
||||
<pre>{JSON.stringify(Object.keys(app.navigation.reference), null, 2)}</pre>
|
||||
<p className='px-8'>
|
||||
<button
|
||||
className='btn btn-primary'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue