What version of Effect is running?
What steps can reproduce the bug?
- Open Effect Play by clicking on any code snippet in docs. For example, I opened this
- And type some new code like adding a log in Effect
const log = (m: string) => Effect.sync(() => {
console.log(m)
})
log('lo')
What is the expected behavior?
Can read console as I was using Effect Play as a online playground like Tailwind Play or TS Playground.
What do you see instead?
Currently, can't read console at all.
It shouldn't refresh every 2-3 seconds and if it is then the console should be visible.
I can't see stuff I log to the console as it refreshes every 2-3 secs or something.
Additional information
I went from https://effect.website/docs/getting-started/creating-effects/ to Effect Play & started typing some stuff.
Additionally, it downloads stuff every time I open. I thought it would've cached it after first time but apparently not.
I was starting to play with Effect but can't read it. I think it should be like Stackblitz or something unless its just reading for code instead of interacting with it. Would love to also start or stop scripts or re-run them again.
What version of Effect is running?
What steps can reproduce the bug?
What is the expected behavior?
Can read console as I was using Effect Play as a online playground like Tailwind Play or TS Playground.
What do you see instead?
Currently, can't read console at all.
It shouldn't refresh every 2-3 seconds and if it is then the console should be visible.
I can't see stuff I log to the console as it refreshes every 2-3 secs or something.
Additional information
I went from https://effect.website/docs/getting-started/creating-effects/ to Effect Play & started typing some stuff.
Additionally, it downloads stuff every time I open. I thought it would've cached it after first time but apparently not.
I was starting to play with Effect but can't read it. I think it should be like Stackblitz or something unless its just reading for code instead of interacting with it. Would love to also start or stop scripts or re-run them again.