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
subshape
The object codec from subshape is currently using inline js.
object
This breaks the chrome extension on manifest v3, since inline js eval is not allowed as a security measure.
This is a good time for us to make a fork of subshape and put all of our customizations (@dedot/shape) there.
@dedot/shape
The text was updated successfully, but these errors were encountered:
new Function
deshape
sinzii
Successfully merging a pull request may close this issue.
The
object
codec fromsubshape
is currently using inline js.This breaks the chrome extension on manifest v3, since inline js eval is not allowed as a security measure.
This is a good time for us to make a fork of
subshape
and put all of our customizations (@dedot/shape
) there.The text was updated successfully, but these errors were encountered: