We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date and RegExp objects cannot be passed to produce without an error being thrown.
Date
RegExp
produce
https://codesandbox.io/s/rrz9lq7pwp
The text was updated successfully, but these errors were encountered:
Boxed primitives also cause a throw.
Sorry, something went wrong.
We should treat non-plain objects as primitives (eg: avoid creating a draft).
edit: See #236.
Releases as 1.8!
aleclarson
No branches or pull requests
Date
andRegExp
objects cannot be passed toproduce
without an error being thrown.https://codesandbox.io/s/rrz9lq7pwp
The text was updated successfully, but these errors were encountered: