Skip to content

publish the pipcook v1.0.4

Compare
Choose a tag to compare
@rickycao-qy rickycao-qy released this 28 Jul 06:44
3ced0bb
pipboard: fix the lint crash by eslint-plugin-react (#375)

The [email protected] introduced a crash bug when linting a source with anonymous function
with es module.

This PR removes all related anonymous functions to hotfix the problem.

See https://github.com/yannickcr/eslint-plugin-react/issues/2728