"My coding project, akin to a 'baby' that continually evolves, will never reach a final stage as I consistently incorporate fascinating new technologies."
⚠️ NOTE: use notes like this to emphasize something about the PR. This could include other PRs this PR is built on top of; new or removed environment variables; reasons for why the PR is on hold; or anything else you would like to draw attention to.
Problem
13
Solution
Replace currentRout() with currentRouteStartsWith()
Before & After Screenshots
BEFORE:
AFTER:
Checklist
General
[X] My pull request represents one logical piece of work.
[X] My commits are related to the pull request and look clean.
[X] I have performed a self-review of my code
[X] My code contains no conflicts and is up to date with the latest main branch
…method.
Problem
13
Solution
Replace
currentRout()
withcurrentRouteStartsWith()
Before & After Screenshots
BEFORE:
AFTER:
Checklist
General