Skip to content

Commit

Permalink
fix: remove unused eslint ignore directive
Browse files Browse the repository at this point in the history
  • Loading branch information
ripecosta committed Aug 14, 2024
1 parent 488dace commit 8a15dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TransWithoutContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ export function Trans({
)
return;

// eslint-disable-next-line react/no-unstable-nested-components, no-inner-declarations
// eslint-disable-next-line react/no-unstable-nested-components
function Componentized() {
// <>{comp}</>
return createElement(Fragment, null, comp);
Expand Down

0 comments on commit 8a15dc4

Please sign in to comment.