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
Faker is super useful to pre-fill values when I'm in debug variant of my app. So I use it with debugImplementation rather than implementation. Now the issue is that in release mode it throws me errors that the Faker class is missing (Obviously, since it's not included!). It would be nice to have a no-op version of the same library to use in releaseImplementation mode.
The text was updated successfully, but these errors were encountered:
Faker is super useful to pre-fill values when I'm in debug variant of my app. So I use it with debugImplementation rather than implementation. Now the issue is that in release mode it throws me errors that the Faker class is missing (Obviously, since it's not included!). It would be nice to have a no-op version of the same library to use in releaseImplementation mode.
The text was updated successfully, but these errors were encountered: