Rapido: Using the rapido mosaic tile - AttributeError: 'Plone' object has no attribute 'mark_view'

I attempted to add a rapido mosaic tile in my mosaic custom layout but instead of working it just span. When I look at the console I see this output.

AttributeError: 'Plone' object has no attribute 'mark_view'

 - Expression: "python: plone_view.mark_view(view)"
 - Filename:   ... .tiles-3.0.0-py2.7.egg/plone/app/tiles/browser/layout.pt
 - Location:   (line 11: col 9)
 - Source:     dummy python: plone_view.mark_view(view);
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 - Arguments:  repeat: {...} (0)
               template: <ViewPageTemplateFile - at 0x7195c9bcce50>
               views: <ViewMapper - at 0x7195c9bb5410>
               modules: <instance - at 0x7195d4586ef0>
               args: <tuple - at 0x7195dc1f1050>
               here: <ImplicitAcquisitionWrapper my-cool-course at 0x7195c9b873c0>
               user: <ImplicitAcquisitionWrapper - at 0x7195ca0f0780>
               nothing: <NoneType - at 0x91dfd0>
               container: <ImplicitAcquisitionWrapper my-cool-course at 0x7195c9b873c0>
               request: <instance - at 0x7195c9ec3680>
               wrapped_repeat: <SafeMapping - at 0x7195c9528ba8>
               traverse_subpath: <list - at 0x7195c8cc1dd0>
               default: <object - at 0x7195dc10f510>
               loop: {...} (0)
               context: <ImplicitAcquisitionWrapper my-cool-course at 0x7195c9b873c0>
               view: <DefaultAddView rapido.plone.tile at 0x7195c929ad10>
               translate: <function translate at 0x7195c8ebb230>
               root: <ImplicitAcquisitionWrapper Zope at 0x7195c9d1f140>
               options: {...} (0)
               target_language: <NoneType - at 0x91dfd0>