We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22483ef commit 935b994Copy full SHA for 935b994
packages/shared/sdk-server/src/data_sources/createPayloadListenerFDv2.ts
@@ -70,7 +70,7 @@ export const createPayloadListener =
70
converted,
71
() => {
72
if (payload.state !== '') {
73
- // NOTE: this is a hack right now. The only condition that we will consider a valid basis
+ // NOTE: this is a workaround for now. The only condition that we will consider a valid basis
74
// is when there is a valid selector. Currently, the only data source that does not have a
75
// valid selector is the file data initializer, which will have a blank selector.
76
basisReceived();
0 commit comments