react-listbox icon indicating copy to clipboard operation
react-listbox copied to clipboard

Does process.nextTick() break in SSR settings? (Such as Gastby?, Nextjs?)

Open DavidSabine opened this issue 3 years ago • 0 comments

I'm experimenting with react-listbox for use in a Gatsby site. The following error occurs when clicking ListboxButton:

image

Am I right that this issue happens if server-side-rendering? Is there an alternative approach (rather than process.nextTick) that could be used?

DavidSabine avatar May 08 '21 16:05 DavidSabine