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
Typo in file name: dropcity.enums should be dropCity.enums
Description:
Encountered an error due to a naming typo in the file. It should be dropCity.enums but is currently dropcity.enums, causing import issues and compilation errors.
Steps to Reproduce:
Attempt to import dropcity.enums in a module or script.
Observe compilation error due to incorrect file name.
Expected Behavior:
File name should be dropCity.enums for proper import and compilation.
Solution:
Rename the file to dropCity.enums.
Update all references/imports accordingly.
Test application to confirm issue resolution.
Module dropCity.enums are not found in the two files.
This error occurs on project runtime.
The text was updated successfully, but these errors were encountered: