microsoft / fluentui-react-native

A react-native component library that implements the Fluent Design System.

Home Page:https://developer.microsoft.com/fluentui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Experimental Text's style runs into issues with deepFreezeAndThrowOnMutationInDev on Chakra

rurikoaraki opened this issue · comments

Environment Information

  • Package version(s): (fill this out, include which package manager you're using)

  • OS version: (fill this out if relevant)

  • Platform:

    • iOS
      • Xcode version:
    • macOS
      • Xcode version:
    • win32
    • windows (We're running 0.64 now)
    • android

Please provide a reproduction of the bug:

  1. Run Tester app
  2. Change Text to be imported from experimental-text in FluentTester.tsx

Actual behavior:

See #1028

Expected behavior:

No errors

Priorities and help requested:

Are you willing to submit a PR to fix? Yes

Requested priority: Normal

If you need a workaround to access the tester you can go to the Debug menu at the top left and reload the test from JS bundle. This however runs the release bundle so you won't get any debug/yellowbox messages.

Fixed with #1809