idid variable that can be undefined because I get him from useParamsuseParams, and I use the idid value to query data with Tanstack Query, but Tanstack Query requires to have a value that cannot be undefined which is very logical. So I had to do Number(id) || 1Number(id) || 1 and enabled: !!idenabled: !!id this way:Join the Discord to continue the conversation