Make sure to search the issues for duplicates first!
Expected behavior (A description of what you expected to happen) :
There should be no Web console errors or warnings when using the UI.
Describe the bug (Tell us what happens instead of the expected behavior) :
There is a warning about an invalid prop name of class (as opposed to className). I introduced this accidentally in PR #1475. The warning is suppressed in production, so there is no visible error there.
Steps to Reproduce :
Launch MyLA from a course, check you're on the view/visualization page.
Thank you for contributing to this project!
Expected behavior (A description of what you expected to happen) :
There should be no Web console errors or warnings when using the UI.
Describe the bug (Tell us what happens instead of the expected behavior) :
There is a warning about an invalid prop name of
class
(as opposed toclassName
). I introduced this accidentally in PR #1475. The warning is suppressed in production, so there is no visible error there.Steps to Reproduce :