yaroslawww
yaroslawww
When I compile code on production environment. There error: ``` ERROR in project_path/node_modules/sweetalert/typings/sweetalert.d.ts(4,9): Subsequent variable declarations must have the same type. Variable 'swal' must be of type 'typeof import(project_path/node_modules/sweetalert/typings/sweetalert")', but...
For convenience and consistency, it is useful to have constants for pause behavior.
I use full installation of vuetify https://vuetifyjs.com/en/getting-started/quick-start#full-installation ```js import Vue from 'vue'; import Vuetify from 'vuetify/lib'; import DatetimePicker from 'vuetify-datetime-picker'; import '@mdi/font/css/materialdesignicons.css'; Vue.use(Vuetify); Vue.use(DatetimePicker); export default new Vuetify({ theme: {...
Hi. Current version works only with php < 8.0 (illuminate 5.6). If it is possible please merge current pull request and create 2.0.0 tag to support php8.0
`now()+300` returns integer value. And this value can't be compared with string datetime expires_in saved in database (see migration file). So app never uses a refresh token. Also, reduced supported...