Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pull_requests: [21713]
migrations are:

- `load_context.asset_path()` -> `load_context.path()`
- `load_context.path()` -> `load_context.asset_path().path()`
- `load_context.path()` -> `load_context.path().path()`
- While this migration will keep your code running, seriously consider whether you need to use
the `Path` itself. The `Path` does not support custom asset sources, so care needs to be taken
when using it directly. Consider instead using the `AssetPath` instead, along with
Expand Down