We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f130550 + 7cc6c04 commit a16dd04Copy full SHA for a16dd04
src/components/Polygon.js
@@ -1,4 +1,5 @@
1
-import React, { PropTypes as T } from 'react'
+import T from 'prop-types';
2
+import React from 'react';
3
4
import { camelize } from '../lib/String'
5
const evtNames = ['click', 'mouseout', 'mouseover'];
0 commit comments