Tabular Production Rendering

Hi everyone,

I am trying to implement aldeeds:Tabular package to implement reactive datatables on my application.
https://github.com/aldeed/meteor-tabular

When running on my local development environment everything works great and the table renders perfectly.

However, when I push to production, I am getting components from the table template that are rendering multiple times.

Does anyone have any experience using this package with Meteor 1.5?