Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit cdc59c2

Browse files
authored
Merge pull request #252 from tabler/fix-226
fix(NavItem): extend Component
2 parents 1e15422 + 4bb2fde commit cdc59c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Nav/NavItem.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type State = {
4141
/**
4242
* A NavItem with react-popper powered subIems Dropdowns
4343
*/
44-
class NavItem extends React.PureComponent<Props, State> {
44+
class NavItem extends React.Component<Props, State> {
4545
displayName = "Nav.Item";
4646

4747
state = {

0 commit comments

Comments
 (0)