Hi,
I followed all steps and added below code in
<FormattedDate
weekday="long"
value={Date.now()}
style={{ fontWeight: 'bold' }} />
But I get Invariant Violation: Expected a component class, got [object Object]. error
Can you please share an example how to use this package