Skip to content

Commit

Permalink
minor error message tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Sep 26, 2024
1 parent 2c15428 commit ae5e0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-output-target/src/react/ssr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const createComponentForServerSideRendering = <I extends HTMLElement, E e
if (!propName) {
console.warn(
`${LOG_PREFIX} ignore component property "${key}" for ${options.tagName} ` +
'- property type is not a primitive and can\'t be serialized'
'- property type is unknown or not a primitive and can\'t be serialized'
);
continue;
}
Expand Down

0 comments on commit ae5e0bd

Please sign in to comment.