#you can import them from outside of the
1 messages · Page 1 of 1 (latest)
what doesn't like that?
There's this silly call on the root level of the file 'const AbortController = window.AbortConteoller' I'm trying my best to not modify any legacy code. but even with this component living in the app directory with the 'use client' directive, it's still complaining about window not being defined (which I take it as it's still attempting to run on the server)