Robert Nicjoo

Results 36 comments of Robert Nicjoo

@Orlandster Here you go [Demo](https://codesandbox.io/s/currying-fog-o416s) [Repo](https://github.com/robertnicjoo/VueTypedJs-demo-App)

@GeorgeFlorian Use `import VueTypedJs from 'vue-typed-js'` instead of `import { VueTypedJs } from 'vue-typed-js'` in your main js file.

TODO: - [x] double check: person name on invite form - comes from register form and gets user email by default unless there is cache issue with browser then it...

same issue here @cainsyake ``` [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. ```

@purwadarozatun add by yourself, ```php 'default' => env('MY_CODES', 'STATIC_ONE'), ``` and in your `env` file ```php MY_CODES=XXXXXXXXXXX ```