day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
796 stars 147 forks source link

Might be good to mention dependencies for v-table and simple-v-table #286

Closed zackteo closed 2 years ago

zackteo commented 3 years ago

Faced this error: re_com.v_table.v_table(...): Nothing was returned from render. This usually means a return statement is missing. Or, to render nothing, return null.

And was stuck for a very long time. Though, that being said perhaps I was temporarily blinded from the other error of Your project is missing detect-element-resize.js or detect-element-resize-externs.js could not setup v-table. See https://re-com.day8.com.au/#/v-table requirements

But I had to find the relevant part of index.html and detect-element-resize-js in this repo myself. The link didn't have any part on requirements