component

vinnyataide 2017-08-07T03:13:07.151374Z

hello, is there an easy way to debug components?

vinnyataide 2017-08-07T03:13:22.153566Z

recommended way

vinnyataide 2017-08-07T03:13:41.156268Z

I'm just running the function with hardcoded refs and strings

seancorfield 2017-08-07T04:53:04.999519Z

@vinnyataide Not sure what you're asking -- components are "just" records with, potentially, two functions. There's not much to them, and they're not different to any other data and functions that you might want to debug...