Filip Delperdange
Filip Delperdange
Hi, Does 4.1 includes vue 3 support? thx, Filip.
@matiasperrone , an idea when vue 3 will be supported? It is not to put pressure, but just to have an idea if it will be in coming days, weeks...
@matiasperrone , I'm available if you need help
@matiasperrone , When I run the unit tests it fails: ``` vue-hotel-datepicker git:(v5) ✗ npm run test:unit > [email protected] test:unit /Users/filipdelperdange/Projects/stuff/cotly/vue-hotel-datepicker > vue-cli-service test:unit FAIL tests/unit/datepickerDay.spec.js ● Test suite failed...
@matiasperrone, Any news?
When I add a new record or update via Postman, I see it appearing on my frontend So it is still e2e reactive.
The only thing is that when adding or updating one record it is less optimal now , but is not noticable. I do wonder if completely re-assigning state.keyedById triggers more...
When running a second find on the same table, the frontend also freezes. (it goes then in updateItems) I fixed in utils.vue.js But not sure it is the right way....
Any idea when this can be solved?
I think you could fix it like this strict: Boolean(process.env.DEV), process.env.DEV is a string containing the text "true" or "false, but is not a boolean, but you can parse it...