Skip to content

Commit ed2f4e2

Browse files
committed
update docs with a warning about the issue 55
1 parent 76a76f8 commit ed2f4e2

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/faq.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,17 @@ That is why this feature is currently experimental and does not make a lot of se
8181

8282
### Why some custom formatters were not rendered?
8383

84+
BREAKING:
85+
86+
> Are you using Chrome 84 or later?
87+
88+
Enabling custom formatters in the devtools settings is not longer sticky.
89+
Custom formatters are likely to be removed later this year.
90+
91+
Please [follow the issue here](https://github.com/binaryage/cljs-devtools/issues/55)
92+
93+
---
94+
8495
First, custom formatters must be enabled in DevTools Settings:
8596

8697
`> DevTools menu > Settings (F1) > Console > Enable custom formatters`

docs/installation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
Available in [**Chrome 47 and higher**](http://googlechromereleases.blogspot.cz/2015/12/stable-channel-update.html).
66

7+
**WARNING**: Custom formatters will be probably removed from Chrome 86 (or later).
8+
Please read recent news in [issue 55](https://github.com/binaryage/cljs-devtools/issues/55).
9+
Newly since Chrome 84 you have to re-enable custom formatters every time you open devtools. The setting is not sticky anymore.
10+
711
* Open DevTools
812
* Go to Settings ("three dots" icon in the upper right corner of `DevTools > Menu > Settings F1 > Preferences > Console`)
913
* Check-in "Enable custom formatters"

0 commit comments

Comments
 (0)