You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Random color button will show an error if you have no palettes left, to fix this just add a prop "defaultPalettes" to <NewPaletteForm/> and paste a "seedColors" function to it, like that:
and than in NewPaletteForm.js find a function "addRandomColor()" and change constance allColors from this.props.pallettes.map to this.props.defaultPalettes.map like that:
No description provided.
The text was updated successfully, but these errors were encountered: