Skip to content

Effect Play console watch keeps refreshing countless times #6569

Description

@deadcoder0904

What version of Effect is running?

What steps can reproduce the bug?

  1. Open Effect Play by clicking on any code snippet in docs. For example, I opened this
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions