Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate and try to fix warnings in storybook #252

Open
orange-buffalo opened this issue Aug 23, 2020 · 0 comments
Open

Investigate and try to fix warnings in storybook #252

orange-buffalo opened this issue Aug 23, 2020 · 0 comments

Comments

@orange-buffalo
Copy link
Owner

orange-buffalo commented Aug 23, 2020

  console.warn
    [vue-router] Named Route 'root' has a default child route. When navigating to this named route (:to="{name: 'root'"), the default child route will not be rendered. Remove the name from this route and use the name of the default child route for named links instead.

      at warn (node_modules/vue-router/dist/vue-router.common.js:18:47)
      at addRouteRecord (node_modules/vue-router/dist/vue-router.common.js:1376:9)
      at node_modules/vue-router/dist/vue-router.common.js:1288:5
          at Array.forEach (<anonymous>)
      at createRouteMap (node_modules/vue-router/dist/vue-router.common.js:1287:10)
      at createMatcher (node_modules/vue-router/dist/vue-router.common.js:1477:13)
      at new VueRouter (node_modules/vue-router/dist/vue-router.common.js:2794:18)

console.warn
    Unexpected error: TypeError: Cannot set property 'parameters' of undefined

      at Object.warn (node_modules/@storybook/client-logger/dist/index.js:53:73)
      at node_modules/@storybook/core/dist/client/preview/loadCsf.js:149:34
          at Array.forEach (<anonymous>)
      at node_modules/@storybook/core/dist/client/preview/loadCsf.js:142:20
          at Array.forEach (<anonymous>)
      at node_modules/@storybook/core/dist/client/preview/loadCsf.js:141:12
      at ConfigApi.configure (node_modules/@storybook/client-api/dist/config_api.js:26:7)
@orange-buffalo orange-buffalo changed the title Investigate and try to fix a warning in storybook Investigate and try to fix warnings in storybook Aug 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant