SSR: navigation drawer blinks on route changes
See original GitHub issueIt’s a quite sparse case then we use custom page component with default slot instead of nuxt built in layout:
<template>
<my-page>
...
</my-page>
</template>
<script>
import MyPage from '~/components/MyPage'
export default {
components: { MyPage }
}
</script>
Steps to reproduce
- Clone the git@github.com:Darkside73/vuetify-navigation-drawer.git
yarn && yarn run dev
- Navigate to pages via drawer
Versions
0.16.8
What is expected ?
Navigation drawer shouldn’t appears twice
What is actually happening ?
Reproduction Link
git@github.com:Darkside73/vuetify-navigation-drawer.git
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
When initializing Drawer.Navigator the drawer is blinking ...
When initializing Drawer.Navigator the drawer is blinking, though in parameters I pass openByDefault={ false } How to get out of this blinking?
Read more >Circular, Linear progress React components - Material UI - MUI
Progress indicators inform users about the status of ongoing processes, such as loading an app, submitting a form, or saving updates. Determinate indicators ......
Read more >Layout Drawer | Quasar Framework
Prevents drawer from auto-closing when app's route changes ... Forces drawer to be shown on screen on initial render if the layout width...
Read more >Implementing the IBM FlashSystem with IBM Spectrum ...
12.7.1 Changing from USB flash drive provider to encryption key ... reference to an IBM product, program, or service is not intended to ......
Read more >MOS 25S - Army Publishing Directorate
171-147-0023 EMPLOY NAV FUNCTIONS USING FBCB2 VERSION 3.4. ... (Recommended Changes to Publications and Blank Forms) directly to Commander, US Army.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@KaelWD I’m assigning this to you only because you recently made
v-navigation-drawer
updates. I can take otherwise.This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord