andrewisen-tikab / andrewisen-tikab/three-bcf

State saving non-searlizable objects

Open
#79 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
5
Forks
1
PR merge metrics
No merged PRs in 30d

Description

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

```ts
// 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));
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.