Describe the bug
Looks like the store-framework implementation is outdated.
interfaces.json declares a custom page as store.address and there’s no documentation in how to implement the required blocks for this app to function properly.
Also, the React code seems that it does a check if a ‘modal’ is open, does this use ‘modal-layout’?
Lastly, without the proper steps on how to implement all blocks, you will fall in a redirect. This is due to the wrapper passing a function to its child components which provokes a redirection when the OrderForm is updated && the ‘modal’ is still open.
To Reproduce
Declare, anywhere, address-manager
Try to use the search address functionality
You’ll enter in a permanent redirect
Screenshots
Apps should NOT be publicly published without proper documentation.
Describe the bug Looks like the store-framework implementation is outdated.
interfaces.json
declares a custom page asstore.address
and there’s no documentation in how to implement the required blocks for this app to function properly.Also, the React code seems that it does a check if a ‘modal’ is open, does this use ‘modal-layout’?
Lastly, without the proper steps on how to implement all blocks, you will fall in a redirect. This is due to the wrapper passing a function to its child components which provokes a redirection when the OrderForm is updated && the ‘modal’ is still open.
To Reproduce
address-manager
Screenshots
Apps should NOT be publicly published without proper documentation.