omarceloribeiro / spfxblazorwebpart

Project initative to create a spfx webpart that uses blazor as framework. The goal is to be able to select the framework option "Blazor WebAssembly" during the process of creating a spfx webapart.
MIT License
7 stars 1 forks source link

Improve blazor load #3

Closed omarceloribeiro closed 1 year ago

omarceloribeiro commented 1 year ago

Moved blazor load to onInit event. fixed issue when change display mode to edit page. removed setTimeout to load blazor, changed to promise.