Skip to content

Commit 1b1c9a8

Browse files
committed
fix(wx-react): 修复 StyleSheet.flatten 方法接受数组/对象参数的时候报错
1 parent b7e5615 commit 1b1c9a8

File tree

3 files changed

+28
-2599
lines changed

3 files changed

+28
-2599
lines changed

packages/wx-react/.gitignore

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
node_modules
2+
miniprogram_dist
3+
/lib
4+
*.idea
5+
*.iml
6+
.DS_Store
7+
8+
/docs/_book
9+
10+
yarn.lock
11+
yarn-error.log
12+
13+
package-lock.json

0 commit comments

Comments
 (0)