1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

React.PropTypes is deprecated from React 15.5

Migrated by react-codemod + minor fix by hand.
This commit is contained in:
yosmoc
2017-11-12 00:54:30 +01:00
parent 6b6a415dd5
commit edaa0713e8
43 changed files with 117 additions and 47 deletions

View File

@@ -1,8 +1,9 @@
/**
* @fileoverview Micro component for showing StorageList
*/
import React, { PropTypes } from 'react'
import styles from './StorageList.styl'
import PropTypes from 'prop-types'
import React from 'react'
import styles from './StorgaeList.styl'
import CSSModules from 'browser/lib/CSSModules'
/**