James Gentes
James Gentes
I followed the readme, ended up with 'Release refs/heads/master' :(
`github.sha` doesn't work due to this error: `pre_receive Sorry, branch or tag names consisting of 40 hex characters are not allowed.`
You can use th inputValue & onChangeInput to take care of this: ``` this.handleTags(filters)} onChangeInput={filter => this.handleChangeInput(filter)} inputProps={{placeholder: 'Add a filter'}} /> ``` Then you have: ``` handleTags(filters) { this.setState({filters});...
You could validate the tag in handleChangeInput.. Once it is a valid email, you push it into state.tags and clear state.tag.
Then your regex isn't very good :) Your regex should prevent abc@co because that's not a valid email address. On Mon, Mar 4, 2019 at 9:17 PM Abhay Bhosale wrote:...
+1 for having a simpler solution, but nice to have a workaround. I'm using Vite.
@grahamlyons I'd be curious to know if Miniflare will suit your needs for this. https://miniflare.dev/
Stay tuned :wink:
@danbars do you see this while using Miniflare?