Skip to content

Commit

Permalink
Add better warning message (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzjames committed Jul 26, 2023
1 parent 88ea09c commit c64dbbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/front-end/components/Features/AttributeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@ export default function AttributeModal({ close, attribute }: Props) {
<div className="alert alert-warning">
<strong>Warning:</strong> Version string attributes are only
supported in the latest Javascript and React SDK versions. Other
language support is coming soon.
language support is coming soon. Do not use this format if you are
using an older SDK version or a different language as it will
break any filtering based on the attribute.
</div>
)}
</>
Expand Down

0 comments on commit c64dbbe

Please sign in to comment.