Fix admin-menu so that data layer only accepts numeric values for siteID
#45572
Labels
[Feature] Calypso & wp-admin Navigation
All navigation in Calypso and wp-admin, and the unified transitions between the two.
[Pri] Low
Address when resources are available.
[Status] Stale
Sub Issue of #45435.
Currently as of #45495 it is possible to make a request like this:
...and the resulting state will be:
So basically the state ends up being "keyed" by different types of data:
Ideally, we should be consistent and use one or the other. We need to adjust the data layer to only allow requests using numeric values for
siteId
.The text was updated successfully, but these errors were encountered: