Skip to content

Commit

Permalink
hotfix: contexts (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai authored Aug 21, 2023
1 parent b595374 commit f888809
Show file tree
Hide file tree
Showing 21 changed files with 516 additions and 225 deletions.
4 changes: 2 additions & 2 deletions packages/compiler/experimental/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export const chainOrLogic = (
};

export const createDirtyChecker = (holes: string[]) => {
const oldProps = t.identifier('_');
const newProps = t.identifier('$');
const oldProps = t.identifier('a');
const newProps = t.identifier('b');
return t.arrowFunctionExpression(
[oldProps, newProps],
chainOrLogic(
Expand Down
Loading

1 comment on commit f888809

@vercel
Copy link

@vercel vercel bot commented on f888809 Aug 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

million-kitchen-sink – ./packages/kitchen-sink

million-kitchen-sink-millionjs.vercel.app
million-kitchen-sink.vercel.app
million-kitchen-sink-git-main-millionjs.vercel.app

Please sign in to comment.