I have the following const set: `const uuid4 = uuid.v4();` and in the widget I have: `customPublicId={uuid4} use_filename={false}` When the file uploads it's using the filename, not uuid4, as the public ID.
I have the following const set:
const uuid4 = uuid.v4();and in the widget I have:
customPublicId={uuid4} use_filename={false}When the file uploads it's using the filename, not uuid4, as the public ID.