when adding a busy spinner to my app, which also uses waiter::use_waiter() from the related package, I noted that the height and width arguments no longer seem to do anything. I suspect the two packages interfere with each other in some way - any idea what exactly might be driving this? See below for a reproducible example.
Hi Dean,
when adding a busy spinner to my app, which also uses
waiter::use_waiter()
from the related package, I noted that theheight
andwidth
arguments no longer seem to do anything. I suspect the two packages interfere with each other in some way - any idea what exactly might be driving this? See below for a reproducible example.Thanks in advance!