I'm creating a beamer presentation that uses biblatex with biber and the ieee style with dashed=false to suppress dashing of repeat author names. This compiles find on my MikTeX installation on my laptop, but will not compile on Overleaf.
Further testing on other web-based compilers showed that no TeX live installation recognises the dashed option, with any document class.
MWE:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[backend=biber, style=ieee, dashed=false]{biblatex}
\begin{document}
\end{document}
How can I get dashed to work with TeX live?