Right now, the default for pre-rendering is true. If any component makes an async call, this will fail. Client rendering (prerender: false) should always work. Should the default be false? and then let people turn on pre-rendering?
Right now, the default for pre-rendering is true.
If any component makes an async call, this will fail.
Client rendering (prerender: false) should always work.
Should the default be false? and then let people turn on pre-rendering?