Freddie Mixell

Results 9 issues of Freddie Mixell

## Expected Behavior Account Page should redirect to sign in page when sign out button is clicked. ## Current Behavior Signing out from the account page causes the app to...

**Describe the bug** I'm using react hook form and trying to use the functionality where you can nest objects. The use case is for one field that contains several related...

This PR is attempting to allow users to mark certain sub-blocks of a struct block to be ignored like UrlBlock. Example use case: blocks.py ```python class RichTextBlock(blocks.StructBlock): """Rich text block."""...

status: Needs tests

Description: When you add an external link in the text editor for the restriction message WordPress will add a forward slash to the url. So an external url would looked...

Bugs

When creating global tabs all products will receive a saved tab. Sometimes on individual product page a user might want to edit that global tab. This is a typical user...

bug

This PR adds the `useNativeDriver: false` options to Animated.timing calls. Closes #10

Hello! Awesome little component but I noticed this warning `Animated 'useNativeDriver' was not specified. This is a required option and must be explicitly set to 'true' or 'false'`. This can...

This PR is in response to this error message: ``` [Deprecation] The includeShadowRoots parameter to parseFromString has been deprecated and removed. Please use parseHTMLUnsafe() or setHTMLUnsafe() instead. ``` Deprecation Notes:...