Skip to content

Commit

Permalink
:-((( DIRTY HACK hotfix due to TS not supporting symbol as a type i…
Browse files Browse the repository at this point in the history
  • Loading branch information
GerHobbelt committed Jun 13, 2019
1 parent df7d3ba commit 599e2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vnode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {Props} from './modules/props'
import {Dataset} from './modules/dataset'
import {Hero} from './modules/hero'

export type Key = string | number | symbol;
export type Key = string | number /* | symbol */;

export interface VNode {
sel: string | undefined;
Expand Down

0 comments on commit 599e2dd

Please sign in to comment.