Skip to content

Commit

Permalink
fixup! misko: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery authored and wmertens committed Dec 6, 2023
1 parent a63a8e3 commit fb783f6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/qwik/src/core/render/jsx/types/jsx-qwik-elements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,9 @@ export interface QwikIntrinsicAttributes {
* @public
*/
export interface QwikIntrinsicElements extends IntrinsicHTMLElements {
<<<<<<< Updated upstream
/**
* Custom DOM elements can have any name We need to add the empty object to match the type with
* the Intrinsic elements
*/
[key: string]: {} | QwikCustomHTMLAttributes<QwikCustomHTMLElement>;
=======
// We need to add `{}` to match the type with the Intrinsic elements
/** Custom DOM elements can have any name */
[key: string]: QwikCustomHTMLAttributes<QwikCustomHTMLElement> | {} | null;
>>>>>>> Stashed changes
}

0 comments on commit fb783f6

Please sign in to comment.