Fork me on GitHub
#fulcro
<
2018-09-23
>
pvillegas1214:09:32

:initial-state receives either a map or lambda. The map is used for sugar without executing functions, that’s why it complained in a good way 🙂

pvillegas1214:09:56

How do I support the xhrio progress events on the server side?

currentoor17:09:33

have you looked at the file upload demo?

currentoor17:09:48

that shows upload progress

currentoor17:09:07

but it doesn’t require any coding for progress on the server, i think xhrio just does that for any kind of stream load

veddha16:09:15

the dropdown is appear, but when i click that, in console say "[169.518s] [fulcro.client.primitives] get-ident was invoked on component with nil props (this could mean it wasn't yet mounted): [object Object]"

currentoor17:09:23

seems like you state might be incorrect

currentoor17:09:37

have you tried taking a look at your app state in the fulcro inspector?