magicismight / static-container

MIT License
7 stars 6 forks source link

What's syntax in StaticContainer.js? #2

Closed cpunion closed 7 years ago

cpunion commented 7 years ago

I wan't use react-native-root-toast in my web project with react-web, but it can compile this module. The problem is https://github.com/magicismight/StaticContainer/blob/master/StaticContainer.js#L5, what is this syntax? and which babel plugin can handle it? I just know static propTypes = and state = syntax.

cpunion commented 7 years ago

Oh. Just a configuration problem, it didn't process modules in node_modules. Fixed.