Merge pull request #443 from jaimeagudo/patch-1

Warn about re-natal pending issue
This commit is contained in:
Daniel Compton 2018-01-30 09:25:28 +13:00 committed by GitHub
commit e3a90524fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ If at the js console, that's `window.re_frame.db.app_db.state`.
If you want a visual browser of app-db, along with inspecting subpaths of app-db, and diffing changes, use [re-frame-trace](https://github.com/Day8/re-frame-trace).
You are [using cljs-devtools](https://github.com/binaryage/cljs-devtools), right?
If not, stop everything and immediately make that happen.
If not, stop everything ([unless you are using re-natal](https://github.com/drapanjanas/re-natal/issues/137)) and immediately make that happen.
### Better Answer