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
Although the multiblock argument type can use the constant argument serializer (and were registered in #4), the enum argument type is based on an enum. It is a bad idea to serialize an enum, which is why literals are typically used instead. This argument type should be deprecated and the commands which use it updated to simply use literals instead.
The text was updated successfully, but these errors were encountered:
Although the multiblock argument type can use the constant argument serializer (and were registered in #4), the enum argument type is based on an enum. It is a bad idea to serialize an enum, which is why literals are typically used instead. This argument type should be deprecated and the commands which use it updated to simply use literals instead.
The text was updated successfully, but these errors were encountered: