-
Notifications
You must be signed in to change notification settings - Fork 12
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
displayName not proxied #9
Comments
Cool, I didn't know about react-breadcrumbs. I'm not sure how dynamic we can make the proxy's You can pull the branch by putting this in your
Let me know if that helps at all, and I can push a real update. |
I can see using the debugger that the displayName is set correctly. |
Well it's probably not their fault. It's probably because I'm changing it after they've already read it, and no one expects the displayName to be dynamic. Sent from my iPhone
|
When using with react-breadcrumb I always see the breadcrumb as "ReactProxy", even though my route sets the displayName property.
The text was updated successfully, but these errors were encountered: