super2ni

Results 7 comments of super2ni

Hey there, A little message to contribute to this issue. I am working on a SharePoint SPFX Webpart and my ts.config produces ES5 JS code. When minified, as expected my...

@akhilvvs What is the line of code that raises the mentioned error?

Is "personModuleHandlers" in the following code an instance of class personModuleHandlers? `export const FunctionModule = { actions: { fetchSomeData: personModuleHandlers.fetchSomeData, }, }` I would try something like this: `class PersonModuleHandlers...

No the CSS is not up to date for new icons... but the fonts are since the library gets them from Office Fabric CDN. I suggest you use some CSS...

Hey @Bchir, I'm totally new to TypeScript and Spfx webparts. How do you use this project along with TypeScript? I tried to add your two lines either in the directives...

Hello @Bchir, Actually I gave up the idea of using Office Fabric Components. My client will have the WebPart deployed to a Publishing website with a high UI customisation and...

Hello @owensource , I'm undergoing the "timeout" issue. You said you would put a PR correcting it. Did you have the chance and time to do it? Thank you, Denis