Devin Witherspoon
Devin Witherspoon
Not sure if you're still experiencing this, but it seems that the `README` says that it compiles the import as: ```js import bpfrp_PropTypes from 'prop-types'; ``` But that doesn't appear...
@moonmeister was there a particular babel config you had to get that working? I am currently seeing: ```json TypeError: /packages/components/src/playground/button.tsx: Cannot destructure property 'end' of 'ex.node.loc' as it is undefined....
I did some digging as well since I ran into this issue with the same repo as before (now public) trying to publish to the `gh-pages` from an action. The...