You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the prebuild knockout or reference builds, because the tko binding provider encapsulates the global options that were set when it was built, setting options.bindingGlobals has no effect. We currently work around this by doing:
I'm not sure it's really necessary to change this behavior, but it might be good to spell out which of the options are evaluated at build-time vs runtime.
The text was updated successfully, but these errors were encountered:
When using the prebuild knockout or reference builds, because the tko binding provider encapsulates the global options that were set when it was built, setting
options.bindingGlobals
has no effect. We currently work around this by doing:I'm not sure it's really necessary to change this behavior, but it might be good to spell out which of the options are evaluated at build-time vs runtime.
The text was updated successfully, but these errors were encountered: