metalmarker
metalmarker
Thank you for writing this useful library. The issue is that the chat widget doesn't load after timeout when there's CSS animation on a continuous loop on the homepage (or...
I'm trying to configure Vite (express) to run https on localhost using [these methods](https://stackoverflow.com/questions/69417788/vite-https-on-localhost). The problem is that when vite-plugin-node is active, I'm getting this error: `ERROR [Uncaught exception] Cannot...
Thanks for writing this awesome plugin. Given that deps were not updated yet to support Vite 5, we're seeing a warning: `unmet peer vite@^4.0.0: found 5.0.3`.
**Is your feature request related to a problem? Please describe.** I'm using `yupResolver` in synchronous mode. The problem I'm facing is that although the schema is correctly invoked via yup's...
### What happened? I'm using `` in my React app and interested in using floating labels . The problem is that the controls are rendered incorrectly, as can be seen...
I'm using AWS CodeBuild to build an express app configured with the plugin, I'm getting this error during build: `fatal: not a git repository (or any of the parent directories):...
### Describe the bug HelpScout had recently updated its beacon visuals. The container changed from a circle into a rectangle with rounded corners, and the icons have changed slightly as...
MuiTelInput is relying on TextField, which deprecated some props in MUI 6 (e.g., InputProps, inputProps, InputLabelProps, etc) in favor of slotProps. MuiTelInput is [using slotProps internally](https://github.com/viclafouch/mui-tel-input/blob/8de19c99302d43d364c21b187b197668f53f27c0/src/index.tsx#L154), and is including slotProps.htmlInput...