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
Currently we do not enforce the isSupported check - it would be logical to move this up into the PipifyModifier so we're not adding extra load onto unsupported devices.
We should also make sure we're adding a log message (warning) so developers are aware of this.
Notably, this will detect simulators which causes some weird edge cases at the moment.
Currently we do not enforce the
isSupportedcheck - it would be logical to move this up into the PipifyModifier so we're not adding extra load onto unsupported devices.We should also make sure we're adding a log message (warning) so developers are aware of this.
Notably, this will detect simulators which causes some weird edge cases at the moment.