Forum

Lps75
@lps75
Admin
Member
Joined: May 20, 2024
Last seen: Dec 3, 2024
Topics: 3 / Replies: 2
Reply
Answer to: Error: TS2786 “CustomizableUserProfiles” cannot be used as JSX component

Inside block tsconfig.base.json file,add below lines in “compilerOptions” object. “baseUrl”: “./”, “paths”: { “react”: [ …

5 months ago
Reply
Answer to: Invariant Violation: __fbBatchedBridgeConfig is not set, cannot invoke native modules

Hello Some workaround can be as below. Put above code in test-setup.js As a temporary solution , Sensie removed/ignored running testcase of part…

8 months ago