In this example I'm trying to test tblr tabular in an RTL context with babel (lualatex engine)
\documentclass{article}
\usepackage[bidi=basic,arabic,provide=*]{babel}
\usepackage{tabularray}
\begin{document}
\begin{tblr}{|c|}
\hline
one\\
\hline
\end{tblr}
\end{document}
The output appears fine, but if you take a great zoom the following defect can be seen ( horizontal lines cross the left side of the table )
Without babel (same issue)
\documentclass{article}
\usepackage{tabularray}
\textdir TRT
\begin{document}
\begin{tblr}{|c|}
\hline
one\\
\hline
\end{tblr}
\end{document}
shifted-hlines-in-tblr-tabular-in-rtl-context

In this example I'm trying to test tblr tabular in an RTL context with babel (lualatex engine)
The output appears fine, but if you take a great zoom the following defect can be seen ( horizontal lines cross the left side of the table )
Without babel (same issue)
shifted-hlines-in-tblr-tabular-in-rtl-context