I'm getting this error in production ``` Cannot delete property 'css' of #<Object> ``` when I bundle this module with the `jsx` addon included. Everything seems to work well in development.  I'm using **react** version `18.2.0` with **nano-css** version `5.6.1`.
I'm getting this error in production
when I bundle this module with the
jsxaddon included. Everything seems to work well in development.I'm using react version
18.2.0with nano-css version5.6.1.