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
OrderByCodeAccessStrategy and DefaultOrderByCodeAccessStrategy are not exported from core, is this intentional? If I would want to simply configure anonymousAccessDuration I couldn't import the default strategy...
To Reproduce
Steps to reproduce the behavior:
import { DefaultOrderByCodeAccessStrategy } from '@vendure/core';
fail
Expected behavior
OrderByCodeAccessStrategy and DefaultOrderByCodeAccessStrategy should be available from the core.
Environment (please complete the following information):
@vendure/core version: v2.1.6
The text was updated successfully, but these errors were encountered:
OrderByCodeAccessStrategy and DefaultOrderByCodeAccessStrategy are not exported from core, is this intentional? If I would want to simply configure
anonymousAccessDuration
I couldn't import the default strategy...To Reproduce
Steps to reproduce the behavior:
Expected behavior
OrderByCodeAccessStrategy and DefaultOrderByCodeAccessStrategy should be available from the core.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: