BenediktBergmann / PCF-Controls

Controls using the PowerApps Component Framework
GNU General Public License v3.0
25 stars 21 forks source link

Failed to execute 'replaceChild' on 'Node' in FormatJSONControl #105

Open bsobolewski-pirxon opened 8 months ago

bsobolewski-pirxon commented 8 months ago

When using FormatJSONControl PCF Control I'm getting error

TypeError: Failed to execute 'replaceChild' on 'Node': parameter 2 is not of type 'Node'.
    at e.handleValue (https://org5c91f6b2.crm4.dynamics.com/%7b638457901850000196%7d/webresources/cc_BeBeControls.FormatJSONControl/bundle.js:2:4486)
    at e.init (https://org5c91f6b2.crm4.dynamics.com/%7b638457901850000196%7d/webresources/cc_BeBeControls.FormatJSONControl/bundle.js:2:2485)
    at https://content.powerapps.com/resource/uci-infra/scripts/19.f1989c21c8ef7b7cea9bc4f33b15da56.js:1:232245
    at t._measureLifecycleMethod (https://content.powerapps.com/resource/uci-infra/scripts/19.f1989c21c8ef7b7cea9bc4f33b15da56.js:1:229230)
    at t._initializeControl (https://content.powerapps.com/resource/uci-infra/scripts/19.f1989c21c8ef7b7cea9bc4f33b15da56.js:1:232182)

My control configuration Screenshot 2024-03-12 003646

and field configuration Screenshot 2024-03-12 003719

In interface it looks like this Screenshot 2024-03-12 075650

Screenshot 2024-03-12 075803