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
Since the stack is now injecting data-cozy="XXX" instead of data-cozy-*="XXX" (cf cozy/cozy-client#978), some variable doesn't have the same name. This should be the case for all variables starting with cozy* like cozySubdomainType which is now called subdomain.
This project still references some of those variables:
Since the stack is now injecting
data-cozy="XXX"
instead ofdata-cozy-*="XXX"
(cf cozy/cozy-client#978), some variable doesn't have the same name. This should be the case for all variables starting withcozy*
likecozySubdomainType
which is now calledsubdomain
.This project still references some of those variables:
cozy-libs/packages/cozy-harvest-lib/src/components/KonnectorSuggestionModal/index.jsx
Line 37 in 9ba0a24
cozy-libs/packages/cozy-harvest-lib/src/helpers/konnectorBlock.js
Line 26 in 9ba0a24
The text was updated successfully, but these errors were encountered: