Si Pl
Si Pl
> I have the same error in my project with nx > >  Same issue. Fixed with @perscrew fix. The `path.relative` and `path.join` are not working.
I am currently facing this issue using Microsoft SDK during authentication process. It is stuck in a redirection loop between expo-router web page and redirection URL until SDK is able...
> @splacentino any particular reason you’re using the cli instead of next build? Using next build will handle this case already. Some checks (linting, ..) do not require build step....
I use to provide technical fields on my Row: ```ts type Row = RowData & { errors?: ExtractFromRowData }; /* Should ends like * type Row = { field: string;...