question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SSR: navigation drawer blinks on route changes

See original GitHub issue

It’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

  1. Clone the git@github.com:Darkside73/vuetify-navigation-drawer.git
  2. yarn && yarn run dev
  3. Navigate to pages via drawer

Versions

0.16.8

What is expected ?

Navigation drawer shouldn’t appears twice

What is actually happening ?

peek 2017-10-20 14-31

Reproduction Link

git@github.com:Darkside73/vuetify-navigation-drawer.git

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
johnleidercommented, Oct 21, 2017

@KaelWD I’m assigning this to you only because you recently made v-navigation-drawer updates. I can take otherwise.

0reactions
lock[bot]commented, Apr 15, 2019

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found