revolunet / react-mailchimp-subscribe

React subscribe form for Mailchimp.
https://revolunet.github.io/react-mailchimp-subscribe/
245 stars 48 forks source link

Callback regression #28

Open jgladch opened 5 years ago

jgladch commented 5 years ago

Looks like onSuccess and onError callbacks were added in 2.0.1, but not available in 2.1.0, is this due to the React version it depends on?

revolunet commented 5 years ago

The callback is now a render prop which is executed each time the form status change : null|sending|error|success

tochukwu19 commented 1 year ago

Hi there, A little bit confused here, how do we use the onSuccess?