I peeked at the source and I am seeing this code that seems to prevent the grid to be made static ``` if (self.opts.staticGrid || typeof node == 'undefined' || node === null) { return; } ``` `self.opts.staticGrid` is set to `true` so this will return before doing anything