HaithamLeo
HaithamLeo
### Description **Steps to Reproduce:** 1. I wrapped my data editor component inside `Fullscreen` component. ``` const Fullscreen = ({ full, children }: FullscreenProps): JSX.Element => { const element =...
give the option to change the input border-color on focus event
I am encountering a build failure when running `keycloakify build` inside a Docker container. The Vite build (`tsc && vite build`) completes successfully, but the subsequent `keycloakify build` command fails...