We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I put the SEO global code in startup or router. Also set the SEO in flow or onCreate and always get error.
Sometimes it works in onCreat but the page will be blank and the page doesn't render.
Please help thanks
The text was updated successfully, but these errors were encountered:
Did you solve this? how?
Sorry, something went wrong.
I ran into the same issue, but was easily fixable by making sure your FlowRouter route does have a 'name' property set.
The issues lies with the _currentUrl method which doesn't handle name-less routes gracefully.
No branches or pull requests
I put the SEO global code in startup or router.
Also set the SEO in flow or onCreate and always get error.
Sometimes it works in onCreat but the page will be blank and the page doesn't render.
Please help thanks
The text was updated successfully, but these errors were encountered: