click link on card to go to scheduler page (generates dynamic url based off user-name and event type id)
scheduler page renders with event type information fetched from back-end controller using event-type id
What to Look For:
correct implementation of pulling back-end data to front-end
What to Avoid:
currently there is a bug with the calendar package that I've imported where if I click the "Home" to go back to the dashboard, I get a TypeError: T.current is null:
looking through the calendar repo for similar issues, but not able to find anything so far
What it does:
What to Look For:
What to Avoid:
TypeError: T.current is null
: