Why writing screen name 2 time? when using with observer? #2576
Closed
mrshahzeb7
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @mrshahzeb7, it is related to the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ignite Code:
export const ActivePlans: ActivePlansProps = observer(function ActivePlans(
_props
) {
return
})
my updated code
export const ActivePlans: ActivePlansProps = observer((_props) => {
return
})
is there any reason for it?
Beta Was this translation helpful? Give feedback.
All reactions