Abdulsattar Mohammed
Abdulsattar Mohammed
Look at #66
`lwc-platform` tests are failing because of metadata mismatch. I'll fix them when we merged this and upgrade lwc version in lwc-platform.
/nucleus ignore --reason "lwc-platform tests are failing because of metadata mismatch"
This is similar to the Plugin System (Custom Directives) that we talked about.
> I might be missing something here. Are we still pursuing the props option bag mechanism? If the answer is yes, then this change should be no necessary since you...
/nucleus test
@seckardt is it sufficient if we just support `!==` (like we do for the if condition)? Do you need ```js typeof window === 'undefined' || window.accessClientSideApi(); ``` ```js typeof window...