Skip to content

Commit

Permalink
Replace "wat" placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhath committed Aug 29, 2024
1 parent a341e45 commit 56bcf0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/react_refresh/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ impl VisitMut for ReactRefreshTransformVisitor {
{
sym.to_string()
} else {
"wat".to_string()
"[missing-declarator]".to_string()
};

self.access_path.push(key);
Expand Down

0 comments on commit 56bcf0c

Please sign in to comment.