-
Notifications
You must be signed in to change notification settings - Fork 195
Open
@wujekbogdan
Description
When I do:
import serializeJavascript from 'serialize-javascript'; const serialized = serializeJavascript({ error: new Error('message') }); console.log(serialized);
I'm receiving:
"{\"error\":{}}"Is it intentional or is it a bug?
Metadata
Metadata
Assignees
Labels
No labels