mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-27 13:49:10 +02:00
chore: revert deprecation warning merge changes
This commit is contained in:
parent
72a9324730
commit
23d267d478
@ -98,21 +98,16 @@ const StrategyDeprecationWarning = () => (
|
|||||||
version. We recommend not using custom strategies going forward and
|
version. We recommend not using custom strategies going forward and
|
||||||
instead using the gradual rollout strategy with{' '}
|
instead using the gradual rollout strategy with{' '}
|
||||||
<Link
|
<Link
|
||||||
href='https://docs.getunleash.io/reference/activation-strategies#constraints'
|
href={
|
||||||
|
'https://docs.getunleash.io/reference/activation-strategies#constraints'
|
||||||
|
}
|
||||||
target='_blank'
|
target='_blank'
|
||||||
rel='noopener noreferrer'
|
rel='noopener noreferrer'
|
||||||
>
|
>
|
||||||
constraints
|
constraints
|
||||||
</Link>{' '}
|
|
||||||
and{' '}
|
|
||||||
<Link
|
|
||||||
href='https://docs.getunleash.io/reference/activation-strategies#variants'
|
|
||||||
target='_blank'
|
|
||||||
rel='noopener noreferrer'
|
|
||||||
>
|
|
||||||
variants
|
|
||||||
</Link>
|
</Link>
|
||||||
.
|
. If you have a need for custom strategies that you cannot support with
|
||||||
|
constraints, please reach out to us.
|
||||||
</Alert>
|
</Alert>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user