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 linagora/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 linagora/cozy-client#978), some variable doesn't have the same name. This should be the case for all variables starting withcozy*likecozySubdomainTypewhich is now calledsubdomain.This project still references some of those variables:
https://github.com/cozy/cozy-libs/blob/9ba0a2453ad7640c2046a27b649b29c82a7c5303/packages/cozy-harvest-lib/src/components/KonnectorSuggestionModal/index.jsx#L37
https://github.com/cozy/cozy-libs/blob/9ba0a2453ad7640c2046a27b649b29c82a7c5303/packages/cozy-harvest-lib/src/helpers/konnectorBlock.js#L26