docs: correct createBrowserHistory JSDoc option to parseLocation#7655
docs: correct createBrowserHistory JSDoc option to parseLocation#7655dfedoryshchev wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA single JSDoc ChangesJSDoc Correction
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The
createBrowserHistoryJSDoc documents anopts.getHrefparameter, but no such option exists on the function. The actual option isopts.parseLocation, which returns the current location as aHistoryLocation. Corrected the@paramname and description to match the signature.Summary by CodeRabbit