Albert Edwillian Pratomo

Results 13 comments of Albert Edwillian Pratomo

This is because `NovaBelongsToDepend@fillAttributeFromRequest` method doesn't use Eloquent Model's `fill` method. ``` /** * Fills the attributes of the model within the container if the dependencies for the container are...

Yes, I'm also having the same issue. Could you support the latest `i18next` (`^19`)?

It seems this is also problematic: ``` $form->group(....)->when(...)->orWhen(...); ``` The when conditions are not respected, the group is always rendered..

@cbl Is the bug confirmed?

Really need this PR to be merged!

+1 for this issue too. Is this library meant to be used in browser environment too? I'm getting this error when trying to `import {calendar} from '@googleapis/calendar'` in a Vue...

Yeah in the browser. I'm using Vite. Okay I will try to exclude those packages from the bundle, let me try

@steimelchrome +1 for making the minimum window size smaller than 300x300

I can confirm that I also get this bug in Nuxt UI v2.19.2 @benjamincanac Is there a plan to fix this in v2?

@benjamincanac So do you mean the ["Smart safelisting" feature by Nuxt UI](https://ui2.nuxt.com/getting-started/theming#smart-safelisting) is not working? And that we have to manually safelist classes via Tailwind config regex?