This exception is happening inside image.js and I'm wondering if it's due to the fact that my <Image> element is conditionally-rendered? The image does end up loading properly, but I do see this error in the console.
image.js:257 Uncaught (in promise) TypeError: Cannot read property 'appendChild' of null
at Image.<anonymous> (image.js:257)
at step (image.js:151)
at Object.next (image.js:81)
at fulfilled (image.js:33)