Michael Nwani

Results 6 comments of Michael Nwani

A note for travelers whom somehow find their way here: the community has moved on to [Pinia](https://pinia.vuejs.org/) as the official Vue store: https://vuejs.org/guide/scaling-up/state-management.html#pinia

> Currently you need to create the index manually when using `referentialIntegrity = "prisma"`. This issue is about the suggestion to automate that, but have not made a decision yet...

> I think it is declared here https://github.com/koajs/session#external-session-stores That link states: > The session is stored in a cookie by default Which, to me, can be inferred as: _Session data...

> I had the same problem Same. As a workaround, I've copied the `getCurrentInstance` function from Vuetify: https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/useRender.ts#L7 You use it like so: https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VApp/VApp.tsx#L25 ``` setup (props, { slots })...

> > I had the same problem > > Same. As a workaround, I've copied the `getCurrentInstance` function from Vuetify: https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/useRender.ts#L7 > > You use it like so: https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VApp/VApp.tsx#L25 >...