File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
examples/parallax-example/components/Svg Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- import React , { PropTypes } from 'react' ;
1+ import React from 'react' ;
2+ import PropTypes from 'react-proptypes' ;
23import style from './Svg.scss' ;
34
45export default function Svg ( props ) {
Original file line number Diff line number Diff line change 1717 "license" : " ISC" ,
1818 "dependencies" : {
1919 "react" : " ^15.4.2" ,
20- "react-dom" : " ^15.4.2"
20+ "react-dom" : " ^15.4.2" ,
21+ "react-proptypes" : " ^1.0.0"
2122 },
2223 "devDependencies" : {
2324 "babel-core" : " ^6.23.1" ,
Original file line number Diff line number Diff line change 1- import React , { Component , PropTypes } from 'react' ;
1+ import React , { Component } from 'react' ;
2+ import PropTypes from 'react-proptypes' ;
23import { offsetMin , offsetMax } from '../utils/propValidation' ;
34
45export default class Parallax extends Component {
You can’t perform that action at this time.
0 commit comments