Skip to content

Commit

Permalink
[react-bootstrap#4194] - Import useCallback
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuber committed Oct 12, 2019
1 parent 332652e commit dfb09ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ToggleButton.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import classNames from 'classnames';
import PropTypes from 'prop-types';
import React, { useState } from 'react';
import React, { useState, useCallback } from 'react';

import Button from './Button';

Expand Down

0 comments on commit dfb09ca

Please sign in to comment.