Jamie Parkinson

Results 4 comments of Jamie Parkinson

Will this be merged/released soon? Thanks!

I was able to fix this issue by changing (in `index.js`) ``` this._onChange = (event) => { this.props.onChange && this.props.onChange(event); this.props.onValueChange && this.props.onValueChange(event.nativeEvent.value); this._checkboxComponent.setNativeProps({on: this.props.value}); } ``` to ``` this._onChange...

I encountered a similar sort of thing to this - I believe that the reason that `parcel` can build the `.ts` file importing a Cargo module with this plugin is...

## What is weco-bot? [weco-bot](https://github.com/weco-bot) is a machine user on GitHub that we use for a variety of automated actions. I believe this list to be exhaustive: - Committing and...