Skip to content

Commit

Permalink
Update packages/yak-swc/yak_swc/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon authored Dec 6, 2024
1 parent 8e20206 commit f444f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yak-swc/yak_swc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ where
self
.yak_library_imports
.as_ref()
.expect("If this is reached the imports should've been parsed already.")
.expect("Internal error: yak_library_imports is None - this should be impossible as imports are parsed in the initial program visit before any other processing")
}

/// Try to get the component id of the current styled component mixin or animation
Expand Down

0 comments on commit f444f83

Please sign in to comment.