You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: