File size: 104 Bytes
1e92f2d |
1 2 3 4 |
import React from 'react'
export const REACT_MAJOR_VERSION = parseInt(React.version.split('.')[0], 10)
|
1e92f2d |
1 2 3 4 |
import React from 'react'
export const REACT_MAJOR_VERSION = parseInt(React.version.split('.')[0], 10)
|