hypernova-ruby
hypernova-ruby copied to clipboard
`render_blank` should trigger some kind of warning in development
If render_blank is called then chances are that something went wrong during rendering and we had to fallback. In development, it would be very nice and useful to surface a warning.
https://github.com/airbnb/hypernova-ruby/blob/e6c6553a4838203f4cdd62368ba1c146f632233d/lib/hypernova/batch_renderer.rb#L55-L59