ryota yamamoto

Results 5 comments of ryota yamamoto

Hi @tataputri, please give me a reproduction link using [codesandbox.io](https://codesandbox.io/).

Exported scripts as `default` are not transpiled with babel. You have to import from `'epic-spinners/dist/lib/epic-spinners.min.js'`. It is transpiled and you can use it in old browsers.

Hi @TimGuendel. Currently you can not pass a computed value directly: ```js // This does not work const nameComputed = computed(() => 'Alice'); ustJsonld({ name: nameComputed, }); ``` However, you...

I have created my own HSM type and used `Request` of `messagebird.DefaultClient` to send components as a workaround. I still want the `HSM` containing the `components` to send it with...