Patrick Rodgers
Patrick Rodgers
Added the tests to cover calling tap with 0, 1, or 2 args. As for a usecase you can have a look at where I used it in a [task...
Oh, and all the tests pass, but please do have a look as CoffeeScript is new to me so always possible I am not actually calling anything :)
@cwdata and @sallaadithya - have either of you tried the nightly build? The fix for the issue described in #2356 is not yet in a monthly release.
@sallaadithya - sorry, a bit confused. How do you test your application before it hits production? You can drop the nightly build in there and test to see if this...
The webpart on the page is not destroyed when placed in edit mode - rather the lifecycle is called again - so if the webpart or a service is holding...
We chose in v3 to not include support for Add-In based (ACS) authentication in favor of MSAL. Curious, are there scenarios that are preventing you from using MSAL? There is...
Adding this sample to the docs with the next release showing a full example of an ACS auth observer: ```TS export function ACS(clientId: string, clientSecret: string, authUrl = "https://accounts.accesscontrol.windows.net"): (instance:...
This wasn't possible in the API last time we looked into it, or at least we couldn't reverse engineer it. Very happy if anyone has additional insight. We can have...
Closing this issue as answered. If you have additional questions or we did not answer your question, please open a new issue, ref this issue, and provide any additional details...