Skip to content

State saving non-searlizable objects #79

@andrewisen-tikab

Description

@andrewisen-tikab

The state seem to save the actual object instead of a JSON object.

// TODO: Fix. Some reference is off. Sill referencing object!
const comments = JSON.parse(JSON.stringify(state.comments));
const viewpoints = JSON.parse(JSON.stringify(state.viewpoints));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions