We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1419af1 commit 3f0b9b0Copy full SHA for 3f0b9b0
src/builder/analyzer.rs
@@ -726,8 +726,7 @@ impl AnalyzerContext<'_> {
726
enable_cache,
727
behavior_version,
728
fingerprinter: Fingerprinter::default()
729
- .with(&reactive_op.name)?
730
- .with(&reactive_op.spec)?
+ .with(&op.op)?
731
.with(&behavior_version)?
732
.with(&output_type.without_attrs())?,
733
output_type: output_type.typ.clone(),
0 commit comments