Has the nested_nlsolve_kwargs keyword been removed from the SciML FIRK BVP solvers?

I want to control the tolerances and choice of nonlinear solution algorithm in the nested solver for the RaduaIIa5 boundary value problem solver. The documentation I can find says to use the nested_nlsolve_kwargs keyword. When I try that the compiler tells me that no such keyword exists. Has it been removed in the most recent version? If so, what replaced it?