-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Basic support for fragments is pretty simple:
export function createFragment(attributes: Attributes & Children | undefined = {},
contents: string[]) {
console.log(contents)
return contents.join('')
}
Forcing sorting using <Fragment key="some id">
would take some work and could be considered for a later release.
See React Fragments
Metadata
Metadata
Assignees
Labels
No labels