Jan Michael Vincent Trinidad
Jan Michael Vincent Trinidad
## What problem are you trying to solve? Use object in batchFn return instead of function. ## Describe the solution you'd like The user should be able to return an...
Hi, Whenever I inspect `computedVariables` error shows `Uncaught TypeError: Function.prototype.toString is not generic`. Any Idea @ntrrgc.  From the meantime, I inserted this code as checking. ```Javascript var isToStringAllowed =...
This is a simple binding handlers for knockout js. ``` ko.bindingHandlers['jsDiffLib'] = { update: function (element, valueAccessor) { function getHtml(table){ var elems = []; $(table).find("tbody>tr>td").each(function (item, elem) { if(elem.className ===...
### System Info System: OS: macOS 15.0 CPU: (12) arm64 Apple M2 Pro Memory: 74.30 MB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 22.4.0 - ~/.nvm/versions/node/v22.4.0/bin/node npm: 10.8.1...
### Current Behavior HMR is not working on host but working on remote ### Expected Behavior HMR should work with host as well, this is the fix provided https://github.com/module-federation/module-federation-examples/issues/358#issuecomment-844455904 ###...
Can we have an option to throw when there are missing fields. Right now there is no way to identify if a suspenseFragment has missing fields