Commit 38d0dfd
Fix ESLint no-promise-executor-return error in DelayedComponent
Use block statement in Promise executor to avoid implicit return of
setTimeout's timer ID.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent d03434d commit 38d0dfd
File tree
1 file changed
+3
-1
lines changed- react_on_rails_pro/spec/dummy/client/app/ror-auto-load-components
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
0 commit comments