Skip to content

🐛 [Bug]: Context() context.Context was removed from v3.0.0-beta.5 #3624

@gades

Description

@gades

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:

  • I agree to follow Fiber's Code of Conduct.
  • I have checked for existing issues that describe my problem prior to opening this one.
  • I understand that improperly formatted bug reports may be closed without explanation.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions