andrewisen-tikab / andrewisen-tikab/three-bcf
State saving non-searlizable objects
Đang mở
- Ngôn ngữ chính
- TypeScript
- Star
- 5
- Fork
- 1
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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));
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.