Wesley Reitzfeld
Wesley Reitzfeld
Just hit this. Easy work around for now is to set `required={false}` manually on my input and rely on server side validation.
I was getting undefined for `expire_page` and the only thing that fixed it for me was changing it to `ApplicationController.expire_page` as mentioned here: https://github.com/rails/rails-observers/issues/4#issuecomment-51510874
Would also love this! My work around now is to duplicate my strings array so it's large enough where user's won't see the loop.
Would also love this! As it is now, my best work around is to independently render the first string and hide typed until it has written out the first string...
@Murderlon yes on latest, and this happens for me on uppy's own example site as linked in the issue. Also just tested browsers: * **Chrome** (latest v 127.0.6533.89) has the...
Bump. This is pretty bad. I can reproduce on https://www.heroui.com/docs/components/modal with the first modal by shrinking my chrome's window height. Just tried @EliseevDanil's fix https://github.com/heroui-inc/heroui/issues/2413#issuecomment-1974961874 which looks good!