Skip to content

Commit af766df

Browse files
committed
doh
1 parent 6f64812 commit af766df

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/internal/server

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/server/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class Payload {
123123
* @returns {RenderOutput}
124124
*/
125125
export function render(component, options = {}) {
126-
const payload = new Payload(options.idPrefix ? options.idPrefix + '' : '');
126+
const payload = new Payload(options.idPrefix ? options.idPrefix + '-' : '');
127127

128128
const prev_on_destroy = on_destroy;
129129
on_destroy = [];

0 commit comments

Comments
 (0)