We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you try to use the <Shipment /> component with the autoSelectSingleShippingMethod property it won't finish loading
<Shipment />
autoSelectSingleShippingMethod
The cause seems to be the the loader state that never is set to false when we enter this if statement below:
File: commercelayer-react-components/packages/react-components/src/components/shipments/Shipment.tsx It looks like everything else is working as you refresh the page the component will load.
true
Note: For every test close every incognito windows opened and open a new one to always get this first load that never ends.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
If you try to use the
<Shipment />
component with theautoSelectSingleShippingMethod
property it won't finish loadingThe cause seems to be the the loader state that never is set to false when we enter this if statement below:
File: commercelayer-react-components/packages/react-components/src/components/shipments/Shipment.tsx
It looks like everything else is working as you refresh the page the component will load.
To Reproduce
<Shipment />
component with theautoSelectSingleShippingMethod
property set totrue
Note: For every test close every incognito windows opened and open a new one to always get this first load that never ends.
The text was updated successfully, but these errors were encountered: