You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just published version v0.0.0-nightly-33cc4c0-20230525 which involves this issue. If you'd like to take it for a test run please try it out and let us know what you think!
We just published version 1.17.0-pre.0 which involves this issue. If you'd like to take it for a test run please try it out and let us know what you think!
What version of Remix are you using?
1.16
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
Expected Behavior
port must change
Actual Behavior
port is always taken from remix.config file instead of supplied port to component
Findings
remix/packages/remix-react/components.tsx
Line 1740 in ea7ab3a
here supplied port is grabbed last but
window.__remixContext.dev.websocketPort
this is always set so port supplied to component is ignoredThe text was updated successfully, but these errors were encountered: