andrewisen-tikab / andrewisen-tikab/three-bcf
State saving non-searlizable objects
Open
- 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.