Fork me on GitHub
#re-frame
<
2021-10-13
>
rberger05:10:14

Is there a way to increase the size (height) of the re-frame-10x Event History in order to see more of the Event History at one time?

p-himik07:10:53

No but IIRC there's an issue for that.

👍 1
Drew Verlee18:10:25

Whats the easist way to see the event stream for re-frame. I'm aware of re-frame-10-x but i'm guessing their is a programmatic way.

p-himik18:10:21

Register a global interceptor and log all that it receives.

Drew Verlee18:10:56

that makes sense. ty

👍 1