Skip to content

Commit 88126f6

Browse files
authored
experimental: Reload animations on custom properties change (#5107)
## Description 1. What is this PR about (link the issue and add a short description) ## Steps for reproduction 1. click button 2. expect xyz ## Code Review - [ ] hi @kof, I need you to do - conceptual review (architecture, feature-correctness) - detailed review (read every line) - test it on preview ## Before requesting a review - [ ] made a self-review - [ ] added inline comments where things may be not obvious (the "why", not "what") ## Before merging - [ ] tested locally and on preview environment (preview dev login: 0000) - [ ] updated [test cases](https://github.com/webstudio-is/webstudio/blob/main/apps/builder/docs/test-cases.md) document - [ ] added tests - [ ] if any new env variables are added, added them to `.env` file
1 parent b1e3739 commit 88126f6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/sdk-components-animation/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
],
1010
"exclude": ["private-src/perf/**/*"],
1111
"compilerOptions": {
12+
"target": "ESNext",
13+
1214
"types": ["react/experimental", "react-dom/experimental", "@types/node"]
1315
}
1416
}

0 commit comments

Comments
 (0)