Open mattfullerton opened 9 years ago
This isn't quite a full-blooded issue, yet - just a question. I have a recline map view set up with the gdocs backend. This line: https://github.com/okfn/recline.backend.gdocs/blob/master/backend.gdocs.js#L42
Which gets called once per column, seems to be causing the view to re-render each time: https://github.com/okfn/recline/blob/master/dist/recline.js#L1912
Is that desired behaviour? It's causing my map view to stop rendering altogether. Commenting out line 1912 fixes it, but that's not the right solution.
This isn't quite a full-blooded issue, yet - just a question. I have a recline map view set up with the gdocs backend. This line: https://github.com/okfn/recline.backend.gdocs/blob/master/backend.gdocs.js#L42
Which gets called once per column, seems to be causing the view to re-render each time: https://github.com/okfn/recline/blob/master/dist/recline.js#L1912
Is that desired behaviour? It's causing my map view to stop rendering altogether. Commenting out line 1912 fixes it, but that's not the right solution.