Skip to content

Commit

Permalink
Data: Remove unused forceRender argument (#19206)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth authored Dec 17, 2019
1 parent 7a337cf commit b45e53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/data/src/components/use-select/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default function useSelect( _mapSelect, deps ) {
} catch ( error ) {
latestMapOutputError.current = error;
}
forceRender( {} );
forceRender();
}
};

Expand Down

0 comments on commit b45e53e

Please sign in to comment.