katkatfarkat

Results 7 comments of katkatfarkat

> I attempted to solve this before the current release but the only sane way I see is to introduce another env variable with absolute path to the root folder...

I have similar issues: > Cannot read property 'el' of undefined ``` if (!document.body.contains(data.el)) { this.destroy(popper); return; } ``` I also get Cannot read property 'settings' of undefined

Hi, i found this comment from react-final-form where they had a similar issue and solved it: https://github.com/final-form/react-final-form/issues/751#issuecomment-606212893 Hope this helps

> Is there anything in the library itself which makes it incompatible with React 18? while technically not really incompatible, but i guess react 18 features like concurrent rendering, suspense...

We also use i18next with options ```js { defaultNS: 'myDefaultNS', fallbackNS: ['myDefaultNS', 'myNS'], nsSeparator: '|', keySeparator: '.', } ``` so we have the same issue that given `myNS|someParent.someFinalKey` effectively the...

if you just want studio to run, run `npx prisma studio` as @Brendonovich mentioned

Hi, i had a similar issue with a 3-monitor-setup on win11 with idea only, which I know is very specific, but maybe it helps troubleshooting. I figured that it worked...