Fork me on GitHub
#fulcro
<
2018-12-12
>
roklenarcic00:12:12

I've tried using Support Viewer but I have problems with CSRF

roklenarcic00:12:40

Namely the fulcro app inside support viewer that loads history doesn't have the requisite middleware and I see no opportunity to install one..

tony.kay01:12:58

@roklenarcic ah, yeah, I have not had a chance to update the viewer in quite a while, and I’m not going to have time any time soon…It is a small amount of code, just use the source.

sooheon04:12:00

What do you guys tell Cursive to resolve the => inside fulcro-spec assertions as?

tony.kay15:12:32

I just (declare =>) if I don’t want warnings

tony.kay15:12:58

it’s just a syntactic token

roklenarcic08:12:59

While using support viewer I've noticed that my compressible transactions are not compressed in history. Do I need to call a specific thing before sending history, to have it compressed?

tony.kay15:12:40

@roklenarcic that would be a bug. compressible transactions that are adjacent should be auto-elided

souenzzo16:12:17

There is some "standard" way to get/store a "HTML" element to pass it as parameter?

tony.kay17:12:59

@souenzzo you’d have to be more specific…I can think of about a donzen diff things you could be talking about

souenzzo17:12:36

I need to store a element to pass as parameter to other element in one Component Like this: <Popover anchorEl={anchorEl}> where anchoerEl is setted on onClickHandler with this.anchoerEl = evt.currentTarget https://material-ui.com/utils/popover/#simple-popover

souenzzo19:12:04

I'm using (gobj/set (fp/state this) "anchorEl" (.-currentTarget %)) and (gobj/get (fp/state this) "anchorEl") and it's working