We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
!Edit on CodeSandbox
field foo value是一个对象, key foo对应的value是一个plain object key bar对应的value是一个symbol
field foo value是一个对象,只有一个key key foo对应的value是一个plain object 没有key bar的键值对
@formily/chrome-extension
The text was updated successfully, but these errors were encountered:
看起来是JSON.stringify函数把把symbol值给丢了
Sorry, something went wrong.
No branches or pull requests
Reproduction link
!Edit on CodeSandbox
Steps to reproduce
What is expected?
field foo value是一个对象,
key foo对应的value是一个plain object
key bar对应的value是一个symbol
What is actually happening?
field foo value是一个对象,只有一个key
key foo对应的value是一个plain object
没有key bar的键值对
Package
@formily/chrome-extension
The text was updated successfully, but these errors were encountered: