Skip to content
This repository was archived by the owner on Dec 24, 2019. It is now read-only.

Commit 6eecd72

Browse files
author
Patrick Burtchaell
committed
Use prop-types package
1 parent 60f762e commit 6eecd72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/notificationStack.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* eslint-disable react/jsx-no-bind */
2-
import React, { PropTypes } from 'react';
2+
import React from 'react';
3+
import PropTypes from 'prop-types';
34
import StackedNotification from './stackedNotification';
45

56
function defaultStyleFactory(index, style) {

0 commit comments

Comments
 (0)