Greg Fenton
Greg Fenton
nudge?
I am having the same issue when I go to use any Admin SDK function after initializing with a service account. Code works fine with v10.3.0 but fails with all...
@iaroslav-ianishyn by "ESM" I mean that my code base is now using "type: module" in package.json and all my code uses ESM syntax (e.g. `import` instead of `require()`, etc.)
Have the exact same issue today. Any update? Is it simply not possible currently to create a `conditionMatchedLog` alert via the NodeJS API ? I tried getting the JSON from...
Note: that same JS definition works as JSON when using ``` gcloud alpha monitoring policies create --policy-from-file ./test.json ```
Maybe the property exists on Tab.Container but the API doc does not state it as such? https://react-bootstrap.github.io/components/tabs/#tab-container-props
> /fontIconPicker/react-fonticonpicker#master > @obrejla Afraid I don't have permission to do so, however you could update your package.json to use '/fontIconPicker/react-fonticonpicker#master' and it should pick up those merged changes. Hope...
Maybe you need to use a different renderer? See renderUsing [on this page](https://fonticonpicker.github.io/react-fonticonpicker/props/), and check out the `renderIcon()` method (around line 423) in [FontIconPicker.jsx](https://github.com/fontIconPicker/react-fonticonpicker/blob/master/src/js/components/FontIconPicker.jsx)
What are you using in your configuration for the `icons` property to `` ? Please share some code so we can see what you are dealing with.
BTW: I hacked around a bit. I'm using [react-semantic-ui](https://react.semantic-ui.com/elements/icon/) that includes an older free distribution of font-awesome. Can't say for sure this will work in the long run (FEEDBACK WELCOMED!!)...