Skip to content

Commit

Permalink
Trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
rkulinski committed Nov 23, 2023
1 parent af11fd1 commit 9d9ecb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-ranger/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function useRanger<TTrackElement>(
const rerender = React.useReducer(() => ({}), {})[1]
const resolvedOptions: RangerConfig<TTrackElement> = {
...options,
rerender: rerender,
rerender,
onChange: (instance) => {
rerender()
options.onChange?.(instance)
Expand Down

0 comments on commit 9d9ecb9

Please sign in to comment.