Skip to content

Commit

Permalink
chore: update README.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Wesson <jsnwesson@gmail.com>
  • Loading branch information
MaxFrank13 and jsnwesson authored Oct 31, 2024
1 parent c3c816c commit 9da0e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ The two main places to configure a fallback component for a given implementation

PluginSlot props
````````````````
Can be used when setting a fallback for the slot that will be used for all of its child plugins. To configure, set the `slotErrorFallbackComponent` prop in the `PluginSlot` to a React component. This will replace the default `<ErrorPage />` from frontend-platform.
This is ideally used when the same fallback should be applied to all of the plugins in the `PluginSlot`. To configure, set the `slotErrorFallbackComponent` prop in the `PluginSlot` to a React component. This will replace the default `<ErrorPage />` component from frontend-platform.

.. code-block::
<PluginSlot
Expand Down

0 comments on commit 9da0e36

Please sign in to comment.