shellscape / jsx-email

Build emails with a delightful DX
https://jsx.email
MIT License
987 stars 33 forks source link

Deprecate `PreviewProps` in favor of `DefaultProps` #135

Closed shellscape closed 8 months ago

shellscape commented 8 months ago

This is a placeholder issue for a task for jsx-email v1.6.0

PreviewProps is a silly name and a holdover from the forking of react-email. Deprecate in favor of defaultProps and create a contract for a named export.

shellscape commented 8 months ago

After getting some feedback, we've decided not to change to DefaultProps