Fork me on GitHub
#re-frame
<
2021-09-08
>
Ryan18:09:01

Is there a way to determine what component is causing an error? Stack trace just lists at cmp

Ryan18:09:26

I know an Icon cmp is getting a bad path value, but I have lots of Icons and can't figure out which one is bad

manutter5119:09:51

Are they all the same component, being called with different args? If so I’d put in a console log showing the args.