Skip to content

Commit

Permalink
fix(html): set global legacy property to false
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Set global legacy property to false
  • Loading branch information
silviyaboteva authored and joneff committed Jan 18, 2022
1 parent 6dd9537 commit 6d187e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/html/src/component/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { isFunction } from '../../utils/object';
import { renderDOM, htmlToProps } from '../../lib/jsx-runtime';

const globalDefaultProps = {
legacy: true,
legacy: false,

framework: 'universal',

Expand Down

0 comments on commit 6d187e6

Please sign in to comment.