Skip to content

1.0.1

Latest
Compare
Choose a tag to compare
@m-mujica m-mujica released this 14 Oct 20:43
· 19 commits to master since this release

can-zone should not create circular error references

This patch release fixes an issue where can-zone creates error objects that cannot be serialized, like:

error = {
    message: ...
    errors: [ error ]
    ...
}