We end up with ``` template.expression is not a function at wrapTemplate (/*/node_modules/babel-plugin-transform-react-remove-prop-types ``` From here https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types/pull/168/files#diff-1fdf421c05c1140f6d71444ea2b27638R157 When we are using `mode: wrap` for our code-base Installing `0.4.19` works as a workaround /cc @oliviertassinari
We end up with
From here https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types/pull/168/files#diff-1fdf421c05c1140f6d71444ea2b27638R157
When we are using
mode: wrapfor our code-baseInstalling
0.4.19works as a workaround/cc @oliviertassinari