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
The file produced by ohm generateBundles has a toplevel const result = ... statement. The name result is likely to conflict with other code if the file is concatted together with other files. Consider using __ohm_result or something like that.
The file produced by
ohm generateBundleshas a toplevelconst result = ...statement. The nameresultis likely to conflict with other code if the file is concatted together with other files. Consider using__ohm_resultor something like that.