-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* - fix a bug where the WordPressTemplate was returning null when `isPreview` was null * - update WordPressTemplate conditionals * - add glob as a dependency to @faustwp/cli * - add changeset for faustwp/cli
- Loading branch information
Showing
5 changed files
with
33 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@faustwp/core': patch | ||
--- | ||
|
||
Fixes a bug where the WordPressTemplate component would return `null` on the server when `isPreview` was null. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@faustwp/cli': patch | ||
--- | ||
|
||
Added "glob" as a dependency |
Oops, something went wrong.