SEQAQ / qaq-react

💡 QAQ Frontend: A university QA community
https://www.uniqaq.tk
2 stars 0 forks source link

bug: missing props location in PrivateRoute #16

Open SeanChao opened 4 years ago

SeanChao commented 4 years ago

Missing location in props

location is required here: https://github.com/SEQAQ/qaq-react/blob/c5faf1f621f97011c9f3211bb133c1844ea9ae10/src/PrivateRoute.js#L43

But it was never passed: https://github.com/SEQAQ/qaq-react/blob/c5faf1f621f97011c9f3211bb133c1844ea9ae10/src/Router.js#L18