tiaguinho / material-community-components

:panda_face: Angular Material Components created from the community

Home Page:https://tiaguinho.github.io/material-community-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docs: router exception with docs site

Splaktar opened this issue · comments

Describe the bug
Docs content area is blank and the message to pick a component doesn't show up. There is a router exception in the console.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://tiaguinho.github.io/material-community-components/material-community-components/
  2. Open DevTools Console
  3. Note that content area is blank and the message to pick a component doesn't show up.

Expected behavior
The message to pick a component shows up and there is no router exception.

Screenshots
Can provide if needed.

Desktop (please complete the following information):

  • OS: [e.g. iOS] macOS Mojave
  • Browser [e.g. chrome, safari] Chrome
  • Version [e.g. 22] 73

Additional context

main.a0f78dc0133f2ade7835.js:1 ERROR Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'material-community-components'
Error: Cannot match any routes. URL Segment: 'material-community-components'
    at t.noMatchError (main.a0f78dc0133f2ade7835.js:1)
    at e.selector (main.a0f78dc0133f2ade7835.js:1)
    at e.error (main.a0f78dc0133f2ade7835.js:1)
    at e._error (main.a0f78dc0133f2ade7835.js:1)
    at e.error (main.a0f78dc0133f2ade7835.js:1)
    at e._error (main.a0f78dc0133f2ade7835.js:1)
    at e.error (main.a0f78dc0133f2ade7835.js:1)
    at e._error (main.a0f78dc0133f2ade7835.js:1)
    at e.error (main.a0f78dc0133f2ade7835.js:1)
    at e._error (main.a0f78dc0133f2ade7835.js:1)
    at j (polyfills.a35fee44c6b85b814a20.js:1)
    at j (polyfills.a35fee44c6b85b814a20.js:1)
    at polyfills.a35fee44c6b85b814a20.js:1
    at e.invokeTask (polyfills.a35fee44c6b85b814a20.js:1)
    at Object.onInvokeTask (main.a0f78dc0133f2ade7835.js:1)
    at e.invokeTask (polyfills.a35fee44c6b85b814a20.js:1)
    at t.runTask (polyfills.a35fee44c6b85b814a20.js:1)
    at d (polyfills.a35fee44c6b85b814a20.js:1)
ro @ main.a0f78dc0133f2ade7835.js:1
tiaguinho.github.io/:1 Failed to load resource: the server responded with a status of 404 ()

Currently the demo site just doesn't load due to 404s.

Looks good now!