mad-eye / meteor-reactive-ace

31 stars 16 forks source link

Receiving an error while using reactive ace #2

Closed scottmcpherson closed 11 years ago

scottmcpherson commented 11 years ago

I just tried to add this into my app and followed the directions to the tee. But I'm getting the following error: Uncaught TypeError: Cannot read property 'lastRow' of undefined ace.js:13835. Any idea as to what could be causing this error?

rissem commented 11 years ago

It's not immediately obvious to me. We haven't yet updated this package since 0.6.5.1 was released; we'll probably have a chance to address that within the next week.

scottmcpherson commented 11 years ago

@rissem No worries, I got it figured out. I just needed to set the height of the editor. The error was throwing me off though because it said cannot read property of "lastRow". Never would have guessed it was related to the height of the editor.