SlateFoundation / slate-cbl

http://slatefoundation.github.io/slate-cbl/
MIT License
7 stars 7 forks source link

Unrendered elements visible before selecting a competency area #765

Closed themightychris closed 1 year ago

themightychris commented 1 year ago

Steps to reproduce

Screen Shot 2022-12-30 at 6 27 21 PM

What I expect to see

Only the "Select a content area to load demonstrations dashboard" placeholder

What I see instead

The placeholder, plus unloaded competency area summary, recent progress, and portfolios components

If you select a competency and the clear the selection, the page then looks like it should:

Screen Shot 2022-12-30 at 6 36 02 PM

Thoughts

I feel like this must be a decently recent regression...maybe something happened with the changes in #652 ? Nothing obvious jumps out at me but it might be worth starting with a test of whether the bug still happens before and after that PR was merge

themightychris commented 1 year ago

@BillClinton I started a PR with a failing test, work on the fix there: #766