Removing isomorphic-fetch isn't necessary yet. Make sure to replace it with something that exposes a fetch object for Apollo Link, because this isn't provided by Axios (try axios-fetch)
Didn't update image handling because it will change in Next 13 after we do the React 18 upgrade.
"next-transpile-modules@10.0.0: All features of next-transpile-modules are now natively built-in Next.js 13.1. Please use Next's transpilePackages option :)"
Updated scope 12/13/2022:
Export needed SVGs from Uikit & use them as native Next images instead of Uikit componentsClosed, have to keep Uikit integration as-is until Next 13.Remove next-images and next-transpile-modules. They were used to facilitate getting images from Uikit.Still needed until Next 13.Replace isomorphic-fetch in withAuthContext as it's no longer updated.Moved to a new ticket outside of this epic.