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.
1 parent 193c01c commit 840f574Copy full SHA for 840f574
modules/Media.js
@@ -1,4 +1,5 @@
1
-import React, { PropTypes } from 'react'
+import React from 'react'
2
+import PropTypes from 'prop-types'
3
import json2mq from 'json2mq'
4
5
const queryType = PropTypes.oneOfType([
0 commit comments