enable-console-print! doesn't work on browser refresh
Open
- Dominant language
- Clojure
- Stars
- 176
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
`(enable-console-print!)` doesn't work on browser refresh, all subsequent `(println "blah")` statements dont print. On file edit/refresh everything works fine...just clicking reload in the browser doesnt?
Contributor guide
Research direction
Start by reproducing the issue with `(enable-console-print!)`, a subsequent `(println "blah")`, and a browser reload, comparing it with file edit/refresh. Trace the browser-facing ClojureScript entry point responsible for console output and verify that println output still appears after a full reload; done means both refresh paths behave consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure, javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100