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

fix: make prop serialization opt-in for devtools (closes #1952) #2081

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

gbj
Copy link
Collaborator

@gbj gbj commented Nov 27, 2023

This hides the tracing_props serialization behind a new trace-component-props feature on leptos_dom and leptos_macro. This means that props will not be serialized for tracing integration by default, which resolves #1952, but allows this to be opted into, since it is being used to build devtools by @luoxiaozero (tagging you here just so you see the two places to activate the feature)

@gbj gbj merged commit 4e8c3ac into main Nov 27, 2023
59 checks passed
@gbj gbj deleted the tracing-props-gate branch November 27, 2023 21:35
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.

Creating a component causes signals in props to run
1 participant