Fast: Status bar showing wrong active component after refresh in fast-development-site-react

Created on 15 Jan 2019  路  3Comments  路  Source: microsoft/fast

Describe the bug; what happened?

Status bar is showing wrong active component after refreshing the page.

What are the steps to reproduce the issue?

  1. "npm start" the "fast-components-react-base" package
  2. Navigate to the Tabs component
  3. Check status bar, should correctly display Tabs.
  4. F5 (refresh)
  5. Check status bar, it is showing Breadcrumb as active component.

What behavior did you expect?

Tabs component was selected and active and status bar should say Component: Tabs

If applicable, provide screenshots:

image

In what environment did you see the issue?

Chrome

bug good-first-issue

Most helpful comment

@kartik-budhiraja sure thing, feel free to send a PR! For some reason I can't assign to you, but I'll assign it out to myself to ensure it doesn't get picked up.

As an FYI, while the issue shows that this is repro'd in the fast-react-components-base package, the code with the issue is within the fast-development-site-react package, specifically in src/site/index.tsx.

Let us know if you have any questions!

All 3 comments

I would like to work on this issue if it's available.

@kartik-budhiraja sure thing, feel free to send a PR! For some reason I can't assign to you, but I'll assign it out to myself to ensure it doesn't get picked up.

As an FYI, while the issue shows that this is repro'd in the fast-react-components-base package, the code with the issue is within the fast-development-site-react package, specifically in src/site/index.tsx.

Let us know if you have any questions!

Fixed by #1513

Was this page helpful?
0 / 5 - 0 ratings

Related issues

eljefe223 picture eljefe223  路  6Comments

nicholasrice picture nicholasrice  路  5Comments

EisenbergEffect picture EisenbergEffect  路  5Comments

nicholasrice picture nicholasrice  路  7Comments

nicholasrice picture nicholasrice  路  7Comments