Skip to content

Commit 61fd418

Browse files
committed
feat: add new constraint to latest challenge
1 parent 5bcab83 commit 61fd418

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/content/docs/challenges/signal/51-function-call-effect.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ In this second challenge focusing on Signal effects, we've introduced an input s
2020
Ideally, the system should log an action only when one is specifically selected. However, we currently face an issue where changing the user also triggers a log entry, even though we do not explicitly monitor user changes.
2121

2222
The objective of this challenge is to identify and resolve the cause of these extra triggers. We aim to ensure that logging only occurs when an action is selected.
23+
24+
## Constraints
25+
26+
- You cannot modify the `UserService` file.

0 commit comments

Comments
 (0)