unsupportedReactFeature function

Never unsupportedReactFeature(
  1. String feature
)

Throws a consistent error for a runtime feature that is only stubbed.

Implementation

Never unsupportedReactFeature(String feature) =>
    throw UnsupportedError('$feature is not implemented by this renderer yet.');