react-dice-complete
react-dice-complete copied to clipboard
Setting default values for multiple dice
How can we specify values for individual dice by default?
I'm thinking the way to do this would be to introduce a prop called something like nextRollValues and pass in an array that matches the sequence of dice you are using.
The tricky part would be you'd need to clear that prop before the next roll.
@caseyjkey does this seem like something that would work for your case?