1
0
Fork 0

fix(fs.dev): Prevent navigation from overwriting keys

This commit is contained in:
Joost De Cock 2021-12-19 18:37:08 +01:00
parent 4a4794b415
commit 1b888f02f1
10 changed files with 1814 additions and 552 deletions

View file

@ -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'