Caused by using a function behind an experimental feature `ifdef` in non-experimental code. The fix is to move the function out from behind the `ifdef`, since it's perfectly fine to use in non-experimental code.
Caused by using a function behind an experimental feature `ifdef` in non-experimental code. The fix is to move the function out from behind the `ifdef`, since it's perfectly fine to use in non-experimental code.