Skip to content
New issue

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

NavLink and server side rendering issue #49

Open
pantgurra opened this issue Oct 12, 2018 · 0 comments
Open

NavLink and server side rendering issue #49

pantgurra opened this issue Oct 12, 2018 · 0 comments

Comments

@pantgurra
Copy link

pantgurra commented Oct 12, 2018

I get a couple of warnings in the console when I run this demo, for each navlink i get:
Warning: Expected onMouseDown listener to be a function, instead got false.
and
Warning: Expected onTouchStart listener to be a function, instead got false.

I also get:
Warning: Expected server HTML to contain a matching <div> in '<div>.

The last warning causes an ugly rerender of the page, I fixed that by adding the ignoreBabelRename option to the Universal Component. But what about the warnings related to redux-first-router-link?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant