Wildan Maulana
Wildan Maulana
try this `npm i disable-devtool` see the [npm link](https://www.npmjs.com/package/disable-devtool) ``` javascript if ( typeof window !== "undefined" && typeof window.navigator !== "undefined" && typeof navigator !== "undefined" && navigator.userAgent )...
I have created it as you described, maybe it looks similar. You can try this ```jsx 'use client'; import * as React from 'react'; import { Check, ChevronsUpDown } from...
> @include('sweetalert::alert') i have same issue, and i trying to add `@include('sweetalert::alert')` in livewire blade views, its work fine even you set `redirect()->back()`, just add `@include('sweetalert::alert')` in your livewire views....
in my case this is worked for me ```tsx {icon} {title} {children} ```
idk, I can't share the results, but I just waited for this for over 30 minutes. i have 16GB of Memory, available 9GB i tried to disable other extensions, but...
finnaly this is the output 
in my case, the problem is prettier-plugin-tailwindcss, i try remove this package, idk but all back to normal without automatically sorting class
you just need to make your own utility ```tsx export function capitalize(str: string) { return str.charAt(0).toUpperCase() + str.slice(1); } ``` example usage ```tsx const username = capitalize(generateUsername()) console.log(username); // Blossomlogistical...
so what the best solution?