Skip to content

Merge Conflict ❌ #153

@github-actions

Description

@github-actions

Latest commit: remix-run@0f4350d

How to resolve

Pull from the upstream repo:

git pull https://github.com/remix-run/remix.git main

There will be a merge conflict, which needs to be resolved manually.

Frequently, these conflicts are regarding GitHub workflow files,
which were deleted in the vercel/remix repo. In this case,
those workflow files can be git rm'd again to resolve.

If there is a conflict within the source code (i.e. in the Remix
compiler) then the conflicts will need to be manually resolved.

Finally, before committing the resolved merge, ensure that the version
field in the "vercel-remix" package's package.json file matches that
of the "remix-dev" package. If the version needs to be updated, update
the Remix-related dependencies in the package.json file as well,
since Remix keeps them in sync.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions