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

Support for React 16 component paths #89

Merged
merged 1 commit into from Oct 30, 2017

Conversation

mhuebert
Copy link
Contributor

@mhuebert mhuebert commented Oct 21, 2017

(fixes #88)
We rely on reagent.impl.component/component-path to avoid rendering re-frame-trace events to itself (causing infinite loop). This patch copies in a recent change to Reagent which supports reading of component paths from React 16 components.

We rely on reagent.impl.component/component-path to avoid rendering re-frame-trace events to itself (causing infinite loop). This patch copies in a very recent change to Reagent which supports reading of component paths from React 16 components.
@mhuebert mhuebert changed the title Support for React 16 component paths (#88) Support for React 16 component paths (Issue #88) Oct 21, 2017
@mhuebert mhuebert changed the title Support for React 16 component paths (Issue #88) Support for React 16 component paths Oct 21, 2017
@danielcompton danielcompton merged commit a6cb2ab into day8:master Oct 30, 2017
@danielcompton
Copy link
Contributor

This is available as a SNAPSHOT build at [day8.re-frame/trace 0.1.12-20171030.205541-1]

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

Successfully merging this pull request may close these issues.

React 16 component-path support
2 participants