Skip to content

Commit

Permalink
Remove preactCompatNormalized prop (-15 B)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Nov 13, 2019
1 parent c7b636e commit cfae34d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compat/src/index.js
Expand Up @@ -441,9 +441,6 @@ options.vnode = vnode => {
type._patchedLifecycles = true;
}

// TODO: Removing this saves 16 bytes!
vnode.preactCompatNormalized = true;

if (oldVNodeHook) oldVNodeHook(vnode);
};

Expand Down

0 comments on commit cfae34d

Please sign in to comment.