Commit e42158f
committed
Remove json parsing
This solves a couple problems:
1. Poison was pretty out of date (so trying to use the lib caused
version conflicts with the version we were already using in our app)
2. Our draftjs content wasn't stored as a string, it was stored as a
map. Removing json parsing will let the user parse it if they need
to (in whatever way they want), and let those who don't need to use
it out of the box.1 parent 67a922c commit e42158f
3 files changed
+6
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 6 | | |
22 | 7 | | |
23 | 8 | | |
24 | 9 | | |
25 | | - | |
| 10 | + | |
26 | 11 | | |
27 | 12 | | |
28 | 13 | | |
29 | 14 | | |
30 | 15 | | |
31 | | - | |
| 16 | + | |
32 | 17 | | |
33 | 18 | | |
34 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
| 6 | + | |
0 commit comments