Using global variables for state management is an anti-pattern that makes the code harder to test and debug. Consider using a proper state management solution or passing this data through the context/props.
Originally posted by @Copilot in #39 (comment)
Using global variables for state management is an anti-pattern that makes the code harder to test and debug. Consider using a proper state management solution or passing this data through the context/props.
Originally posted by @Copilot in #39 (comment)