Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed May 13, 2024
1 parent de3990a commit 7c80e9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 4.2.0 ()
# 4.2.0 (2024-05-13)

- Added a `Face` React component for easier integration with React.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Props of the `Face` component:
|`face` | Y | `FaceConfig` || Face object, output of `generate`. |
|`overrides` || `Overrides` || Optional overrides object, as described above. |
|`ignoreDisplayErrors` || `boolean` | `false` | If true, then any errors when internally running `display` will be suppressed. This is useful if you accept user-defined faces and you don't want errors from them to clog up your error logs. |
|`lazy` || `boolean` | `true` | If true, then application of overrides and rendering of the face will be delayed until this component is actually visible (as determined by an intersection observer). |
|`lazy` || `boolean` | `false` | If true, then application of overrides and rendering of the face will be delayed until this component is actually visible (as determined by an intersection observer). |
|`className` || `string` || If provided, will be put on the wrapper div. |
|`style` || `CSSProperties` || If provided, will be put on the wrapper div. |

Expand Down

0 comments on commit 7c80e9c

Please sign in to comment.