Bug Description
According to doc v3 UserContext: Renamed to Context, which returns a context.Context object. but it's removed from Ctx interface in v3.0.0-beta.5 , is it ok ?
How to Reproduce
use github.com/gofiber/fiber/v3 v3.0.0-beta.5
try to use fiber.Ctx.Context
Expected Behavior
Context should be according to the documentation
Fiber Version
v3.0.0-beta.5
Checklist: