You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Therefore, we should have a separate file to store all the types, namely types.js under the script folder that contains all type definitions, and then load them into the script.
📸 Screenshots
N/A
🔦 Context
N/A
The text was updated successfully, but these errors were encountered:
👶 Getting Started
Please search the history to see if an issue already exists for the same problem.
📝 Describe the feature
The following line of code is a prime example why we should separate code from types:
https://github.com/wiseaidev/flexify/blob/07b43237c134512f23e4e993b5e54da883a5fd82/scripts/popup.js#L315
Therefore, we should have a separate file to store all the types, namely
types.js
under the script folder that contains all type definitions, and then load them into the script.📸 Screenshots
N/A
🔦 Context
N/A
The text was updated successfully, but these errors were encountered: