The property table mixes an array with a dictionary, which results in the following selene warning:
mixed tables should be avoided, as they can cause confusing and hard to debug issues such as during iteration or encoding
note: help: change this table to either an array or dictionary
selene::mixed_table
This is not necessarily an issue, but the question arises: why not just accept children as a special property like react or fusion?
The property table mixes an array with a dictionary, which results in the following selene warning:
This is not necessarily an issue, but the question arises: why not just accept children as a special property like react or fusion?