Update dependencies
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { useCallback, useState } from 'react';
|
||||
|
||||
export default initialValue => {
|
||||
export default (initialValue) => {
|
||||
const [value, setValue] = useState(initialValue);
|
||||
|
||||
const handleChange = useCallback((_, { value: nextValue }) => {
|
||||
|
||||
Reference in New Issue
Block a user