Skip to content

Commit

Permalink
fix: render issue in component
Browse files Browse the repository at this point in the history
  • Loading branch information
im3dabasia committed Dec 25, 2024
1 parent f8933b6 commit d15debe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const Default = {
if ( value !== resolution ) {
setResolution( value );
}
}, [ value, resolution ] );
}, [ value ] );

const handleChange = ( newValue ) => {
setResolution( newValue );
Expand Down

0 comments on commit d15debe

Please sign in to comment.