0👍
It seems you are using the same store/data options in two different layouts.
Try to save your data in the parents components and only pass it to your menu via props.
Source:stackexchange.com
0👍
It seems you are using the same store/data options in two different layouts.
Try to save your data in the parents components and only pass it to your menu via props.