felquis / react-credit-cards-2

Beautiful credit cards for your payment forms - community edition ⚡️
https://ovvwzkzry9.codesandbox.io/
MIT License
62 stars 9 forks source link

docs: correcting the usage of the set state calls in the docs #5

Closed SeanCassiere closed 2 years ago

SeanCassiere commented 2 years ago

I made a mistake earlier in the docs (in #4), and used the Class components method of setting the state, instead of the useState method of spreading the existing state.

This corrects it to setState((prev) => ({ ...prev, [name]: value }))