Kevin Dalman
Kevin Dalman
I have a large dataset that requires maximum update performance. This object is never mutated; only _replaced_ with a new dataset. A normal `action()` takes _many seconds_ to update state,...
jQuery.fn.bind() is deprecated ``` for (name in layoutMethods) { $N.bind("layout" + name.toLowerCase() + "." + sID, Instance[ layoutMethods[name] || name ]); ``` Change to `$N.on(...)` and adjust syntax if needed.
__Expected behavior:__ Styles for a React component should remain rendered until component unmounts. __Describe the bug:__ When any param is used in a stylesheet, **all the styles are immediately deleted...