Zyc
Zyc
Has there been progress on this issue? I actually ran into a problem when trying to load from the google-sheets api. What I want to do is, fetching data from...
My usecase as code ``` const element = document.createElement('div'); element.classList.add('font-picker') const fontPicker = new FontPicker( 'AIzaSyCUAdaH1s4UdLk-xAZN5zsJZykVWxAcNng', // Google API key "Open Sans", // Default font { limit: 500, element, sort:...
Note: I had to manually adjust some css which I did locally in my project. Main change (I also changed colors and others) to make it work: ``` // NEW:...
I ran into this as well and so had a look at it and I guess making `isRequired` non-enumerable would help - the `for-in` loop in `checkPropTypes` will ignore it...
Any updates here? It would be awesome to have this feature
Comment on "use a Singleton" discussed above: Not a solution, because not always possible. We have a micro frontend setup and each host page pulls in the DD SDK. Depending...