Server rendering is broken by attempting to use XMLHttpRequest in a non-browser environment.
Is this something that should be considered in these components? I can create a bunch of conditionals that only add these components when running in a browser, so I'm not sure if the responsibility should fall on the component or on the developer consuming it.
Server rendering is broken by attempting to use
XMLHttpRequest
in a non-browser environment.Is this something that should be considered in these components? I can create a bunch of conditionals that only add these components when running in a browser, so I'm not sure if the responsibility should fall on the component or on the developer consuming it.